linuxserver/filezilla.

394,441 47 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/filezilla
Build Time 22 Jul 2024 20:25:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.67.0 22 Jul 2024 at 20:25:33

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

CLI

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