We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ff7bf commit 8872248Copy full SHA for 8872248
README.md
@@ -16,6 +16,7 @@ docker run --name tomcat -it --rm -d -p 8080:8080 tomcat-sample:1.0
16
```
17
4. Navigate to http://localhost:8080/sample/ to check the started docker image with above created war file.
18
19
+#### The java code under src/main is of no use, its just as placeholder right now.
20
21
## You can verify the running docker with below command's
22
0 commit comments