Newbie: docs/docker.github.io exits when run

I’m trying to run the container docs/docker.github.io:latest, but it exists as soon as it starts. Here is my command:
It downloads the image and runs it, but it exits with “exited (0)”. I’m using Docker for desktop last version on Windows 10 (1903 build.)

docker run -p 4000:4000 docs/docker.github.io:latest

Hi :slight_smile:

Check: https://github.com/docker/docker.github.io/issues/8751

update: the link terpz posted already includes the required modified docker run command.

1 Like

Thanks for the github link. That works!