linuxserver/keepassxc.

15,446 8 arm64 amd64 unknown unknown

Build Information

General build information for this image

Docker Hub linuxserver/keepassxc
Build Time 13 Feb 2025 07:01:41
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Feb 2025 at 07:01:30

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:latest
    container_name: keepassxc
    restart: no

CLI

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