linuxserver/filezilla.

371,941 44 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/filezilla
Build Time 16 Apr 2024 18:14:20
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.66.4 15 Apr 2024 at 19:29:48

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  filezilla:
    image: linuxserver/filezilla:3.66.4
    container_name: filezilla
    restart: no

CLI

docker create \
  --name=filezilla \  --restart no \
  linuxserver/filezilla:3.66.4