cfoust / sour

Sauerbraten for the web in a single Docker image.
https://sourga.me/
MIT License
159 stars 30 forks source link

Update README; Correct Docker Command #19

Closed gamemann closed 1 year ago

gamemann commented 1 year ago

I receive the following error when running the Docker command from the README.

└─$ sudo docker run --rm -it -p 1234:1234 28785:28785/udp ghcr.io/cfoust/sour
[sudo] password for christian: 
Unable to find image '28785:28785/udp:latest' locally

I received this both on my home server and Linux laptop.

Docker version 20.10.11, build dea9396

Correction is just specifying the -p flag again before the second port mapping.

cfoust commented 1 year ago

Nice catch! Feel free to merge whenever :)

gamemann commented 1 year ago

Thank you! It doesn't appear I can merge this pull request though since I don't have write access.

Alt Image

cfoust commented 1 year ago

Woops, you're right! Sorry about that!