0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
This commit is contained in:
Adrian Dvergsdal 2015-02-23 12:23:07 +01:00
parent 4ebeff4f0e
commit 85e2f749b4

View file

@ -31,8 +31,7 @@ docker run \
The OpenSSH server runs by default on port 22, and in this example, we are The OpenSSH server runs by default on port 22, and in this example, we are
forwarding the container's port 22 to the host's port 2222. To log in with an forwarding the container's port 22 to the host's port 2222. To log in with an
OpenSSH client, run: OpenSSH client, run: `sftp -P 2222 foo@<host-ip>`
`sftp -P 2222 foo@<your-container-ip>`
### Multiple users and volumes ### Multiple users and volumes