Skip to content

Instantly share code, notes, and snippets.

@mpujari
Created June 16, 2022 04:07
Show Gist options
  • Save mpujari/6835085de7d2545df47fd14d3f0302a1 to your computer and use it in GitHub Desktop.
Save mpujari/6835085de7d2545df47fd14d3f0302a1 to your computer and use it in GitHub Desktop.
Docker info
sudo docker run -p 8080:8080 .....
The left-hand side of the port number mapping is the Docker host port to map to and the right-hand side is the Docker container port number.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment