fscan/TestDocker/Tomcat/README.txt

2 lines
87 B
Plaintext
Raw Normal View History

2024-12-23 03:42:46 +08:00
docker build -t tomcat-weak .
docker run -d --name tomcat-test -p 8080:8080 tomcat-weak