linuxserver/filezilla.

375,771 45 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/filezilla
Build Time 06 May 2024 19:37:25
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 06 May 2024 at 19:37:24

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