Skip to content

Instantly share code, notes, and snippets.

@eMahtab
Created February 13, 2018 15:07
Show Gist options
  • Save eMahtab/adc3d2fb8b9dc8e4c4e2437c83de1d55 to your computer and use it in GitHub Desktop.
Save eMahtab/adc3d2fb8b9dc8e4c4e2437c83de1d55 to your computer and use it in GitHub Desktop.
Running Tomcat in Docker
docker run -it --rm -p 8888:8080 tomcat:8.0
docker exec -it container_name-OR-container_id /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment