Created
February 13, 2018 15:07
-
-
Save eMahtab/adc3d2fb8b9dc8e4c4e2437c83de1d55 to your computer and use it in GitHub Desktop.
Running Tomcat in Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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