linuxserver/filezilla.

433,587 50 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/filezilla
Build Time 17 Mar 2025 19:38:05
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 17 Mar 2025 at 19:38:00

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:latest
    container_name: filezilla
    restart: no

CLI

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