Sign inSign up

dockerapp/sftp0

By dockerapp

Updated over 8 years ago

sftp server with root user access.

Image
0

330

dockerapp/sftp0 repository overview

sftp0

sftp0 is a sftp server with root user access.

  • default password is set to p@zzw0rd
  • only sftp subsystem is available

usage:

docker run -d --name sftp0 -e <rootpassword> \
-v /shared/folder:/data/share \
-p 20002:22 dockerapp/sftp0

Tag summary

Content type

Image

Digest

Size

4.7 MB

Last updated

over 8 years ago

docker pull dockerapp/sftp0