-
Docker Desktop1.The WSL2 Windows subsystem includes an Ubuntu The Docker command is available either in Powershell or in the WSL2 subsystem Ubuntu or other WSL2 subsystems. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Is there a wsl instance called |
Beta Was this translation helpful? Give feedback.
-
@n1hility PTAL |
Beta Was this translation helpful? Give feedback.
-
Yes, you can run a podman package on your own WSL distro like your Ubuntu example, but if you want to use podman on Windows, with the ability to use it both on the command prompt and on the WSL prompt, then you need to use the Podman machine distribution that Podman for Windows installs and uses as part of the podman machine init command. |
Beta Was this translation helpful? Give feedback.
Yes, you can run a podman package on your own WSL distro like your Ubuntu example, but if you want to use podman on Windows, with the ability to use it both on the command prompt and on the WSL prompt, then you need to use the Podman machine distribution that Podman for Windows installs and uses as part of the podman machine init command.