linuxserver/keepassxc.

4,958 4 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/keepassxc
Build Time 25 Jul 2024 07:45:14
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 25 Jul 2024 at 07:45:13

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