Open jkfnc opened 6 months ago
Here is what happens currently, the image does not start
https://learn.microsoft.com/en-us/windows/wsl/use-custom-distro
Inside WSL Ubuntu with docker installed: docker run --rm -it \ --name tutorial \ --hostname talos-cp \ --read-only \ --privileged \ --security-opt seccomp=unconfined \ --mount type=tmpfs,destination=/run \ --mount type=tmpfs,destination=/system \ --mount type=tmpfs,destination=/tmp \ --mount type=volume,destination=/system/state \ --mount type=volume,destination=/var \ --mount type=volume,destination=/etc/cni \ --mount type=volume,destination=/etc/kubernetes \ --mount type=volume,destination=/usr/libexec/kubernetes \ --mount type=volume,destination=/opt \ -e PLATFORM=container \ ghcr.io/siderolabs/talos:v1.7.0
dockerContainerID=$(docker container ls -a | grep -i talos | awk '{print $1}')
docker export $dockerContainerID > /mnt/c/temp/talos.tar
On Windows:
PS C:\Users\
PS C:\Users\
PS C:\Users\
Late reply, but maybe check https://learn.microsoft.com/en-us/windows/wsl/wsl-config#interop-settings and disable the interop features, especially adding Windows paths to the linux env.
Feature Request
Wsl2 image to make use of Host GPU
Description
Would be good to have WSL2 talos image tar file for running on windows machines , as GPU is owned by the host windows , only wsl2 allows for sharing to its guest. Hyper-V does not allow this.