Dockerized KeePassX.
Suppose you have a database named foo.kdb in your current directory that you wish to open in KeePassX. The application can be invoked like so:
$ docker run --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY \
-v $(pwd):/files mbodenhamer/keepassx foo.kdb
In general, the directory containing the database files of interest needs to be mapped to the container's /files volume.
Content type
Image
Digest
Size
88.8 MB
Last updated
over 10 years ago
docker pull mbodenhamer/keepassx