fscan/TestDocker/SSH/README.txt
2024-12-20 19:08:49 +08:00

2 lines
62 B
Plaintext

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