Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created October 12, 2016 05:42
Show Gist options
  • Save tag1216/888927533a035233ed2814472a40351b to your computer and use it in GitHub Desktop.
Save tag1216/888927533a035233ed2814472a40351b to your computer and use it in GitHub Desktop.
DockerでTomcat起動
docker run -p 8080:8080 -d tomcat:7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment