linuxserver/keepassxc.

992 3 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/keepassxc
Build Time 02 May 2024 06:59:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.7.7 02 May 2024 at 06:59:02

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

CLI

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