Closed mbl-35 closed 2 years ago
when no specific distribution name is given at creation time, the generated wsl instance hostname is truncates. E.g.
wslctl create srsrns/k8s-22.04.1.2
Will produce a wsl instance with hostname k8s-22
k8s-22
Change behavior by replacing dot chars with '-' char for host name.
do not include version in the non specified target wslname
when no specific distribution name is given at creation time, the generated wsl instance hostname is truncates. E.g.
Will produce a wsl instance with hostname
k8s-22
Change behavior by replacing dot chars with '-' char for host name.