linuxserver/filezilla.

417,774 47 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/filezilla
Build Time 07 Dec 2024 02:16:05
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.68.1 07 Dec 2024 at 02:16:04

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

CLI

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