Sign inSign up

rjszynal/keepassxc

By rjszynal

Updated over 7 years ago

Keepassxc running non-root in an Alpine image

Image
0

1.0K

rjszynal/keepassxc repository overview

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

Tag summary

Content type

Image

Digest

Size

-

Last updated

over 7 years ago

docker pull rjszynal/keepassxc