linuxserver/keepassxc.

10,365 6 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/keepassxc
Build Time 14 Nov 2024 06:57:29
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.7.8 14 Nov 2024 at 06:57:29

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  keepassxc:
    image: linuxserver/keepassxc:2.7.8
    container_name: keepassxc
    restart: no

CLI

docker create \
  --name=keepassxc \  --restart no \
  linuxserver/keepassxc:2.7.8