You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information: Describe the issue
Thanks for the wsl image package, please allow my broken English. Currently I'm using the latest mirror package with podman running, and every time I start the container in podman when the computer is running again I get the error: Error: cannot listen on the TCP port: listen tcp4 :xxxx: bind: address already in use, even after stopping and even after stopping and restarting.
To Reproduce
start Windows 11
wsl (The Arch distribution and root user login are specified by default)
podman start mysql
Error: cannot listen on the TCP port: listen tcp4 :3380: bind: address already in use
podman ps
There are no containers running
exit wsl
wsl --shutdown
wsl
podman start mysql
success
podman ps
mysql container is running
Expected behavior
podman start mysql
success running!
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment:
WIN32_NT 10.0.22631.4541
unknown
WSL 2
ArchWSL 24.4.28.0
ArchWSL Installer (exe)
Launcher version [e.g. 19030700] (Type Arch.exe version at a Command Prompt)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information:
Describe the issue
Thanks for the wsl image package, please allow my broken English. Currently I'm using the latest mirror package with podman running, and every time I start the container in podman when the computer is running again I get the error: Error: cannot listen on the TCP port: listen tcp4 :xxxx: bind: address already in use, even after stopping and even after stopping and restarting.
To Reproduce
start Windows 11
wsl (The Arch distribution and root user login are specified by default)
podman start mysql
Error: cannot listen on the TCP port: listen tcp4 :3380: bind: address already in use
podman ps
There are no containers running
exit wsl
wsl --shutdown
wsl
podman start mysql
success
podman ps
mysql container is running
Expected behavior
podman start mysql
success running!
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment:
Arch.exe version
at a Command Prompt)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: