Closed 825i closed 6 months ago
Solved by first running:
podman network create
and then assigning the container that network.
It seems podman wasn't properly making and assigning a bridge network to the image.
EDIT: Also it seems this container is incompatible running on Windows... I wanted to test it in Windows.
@825i This container runs fine on Windows if you use Docker Desktop for Windows 11. I never tried it with Podman, but the container is called "Windows for Docker" not "Windows for Podman" so I am not surprised that it does not work.
Is there no existing bug report for this?
Machine specifications
Ryzen 7 7800X3D
Operating system
Windows 11
Docker version
3.0.6
Description
Whenever I try to download any image, it just fails. The reason is always "4". Whatever that means. It would be nice for the user to know why it keeps failing. No other mirrors work either.
Docker compose
docker run -it --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
Docker log
Screenshots (optional)