Keepassxc running non-root in an Alpine image
1.0K
Keepassxc running non-root in an Alpine image.
Example run command:
docker run --rm -d \
-v /etc/localtime:/etc/localtime:ro \
-v /usr/share/X11/xkb:/usr/share/X11/xkb:ro \
-v /etc/machine-id:/etc/machine-id:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY \
-e GDK_SCALE \
-e GDK_DPI_SCALE \
-e QT_DEVICE_PIXEL_RATIO \
-v ${HOME}/.keepassxc/config:/home/keepassxc/.config \
-v ${HOME}/.keepassxc/cache:/home/keepassxc/.cache \
-v ${HOME}/.keepassxc/fontconfig:/home/keepassxc/.fontconfig \
-v ${HOME}/googledrive-home/backup/keepass:/home/keepassxc/databases \
-v ${HOME}/.ssh:/home/keepassxc/.ssh:ro \
--name keepassxc \
rjszynal/keepassxc
Content type
Image
Digest
Size
-
Last updated
over 7 years ago
docker pull rjszynal/keepassxc