Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pablocattaneo/a7e35195cb2669d76d8466cae4f6ba24 to your computer and use it in GitHub Desktop.
Save pablocattaneo/a7e35195cb2669d76d8466cae4f6ba24 to your computer and use it in GitHub Desktop.
The first one is the host port, it means the one that you are going to use to access for example: http://localhost:4000/ the other one is the one set on dockerfile
docker run -d -p 4000:8000 --rm 4116b404dad9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment