Sign inSign up

muthuh/sftp-arm

By muthuh

Updated 23 days ago

Image
Networking
Databases & storage
0

78

muthuh/sftp-arm repository overview

Multi-platform build of the atmoz/sftp*, targeting the linux/arm/v7 and linux/arm64/v8 architectures (the Raspberry Pi etc.).


Basic example with a local directory sharing;

docker run \
    -v /home/foo/:/home/foo/home \
    -p 8022:22 \
    -d muthuh/sftp-arm \
    foo:pass

alternatively via docker-compose;

#compose.yaml
sftp:
  image: muthuh/sftp-arm
  volumes:
    - /home/foo/:/home/foo/home
  ports:
    - "8022:22"
  command: foo:pass

A comprehensive reference covering various examples and common use cases is found at the source atmoz/sftp.


* the alpine variant, based on the official alpine:latest image


https://git.sr.ht/~muthuh/sftp-arm

Tag summary

Content type

Image

Digest

sha256:6ee52be3f

Size

7.6 MB

Last updated

23 days ago

docker pull muthuh/sftp-arm