Sign inSign up

rdvde/filezilla

By rdvde

Updated 6 months ago

Image
0

1.8K

rdvde/filezilla repository overview

1.运行容器

docker run -it --rm \
  -e PUID=$UID -e PGID=$GID \
  -v $HOME/.config/filezilla:/home/user/.config/filezilla \
  -v $HOME/.ssh:/home/user/.ssh:ro \
  -v $HOME/Downloads:/home/user/Downloads \
  -v /usr/share/fonts:/usr/share/fonts:ro \
  -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
  -e DISPLAY=unix$DISPLAY \
  --name filezilla \
  rdvde/filezilla

Tag summary

Content type

Image

Digest

sha256:9e935ffc8

Size

227.1 MB

Last updated

6 months ago

docker pull rdvde/filezilla