fscan/TestDocker/SSH/README.txt
2025-04-13 13:07:28 +08:00

2 lines
64 B
Plaintext

docker build -t ubuntu-ssh .
docker run -d -p 2222:22 ubuntu-ssh