kpcli - command line interface to work with KeePass 1.x or 2.x database files.
Running the following command will bring you to kpcli interactive shell:
$ docker run -it dekarti/kpcli:latest
Mounting volume with .kdb[x] files:
$ docker run -it /path/to/kdb/files:/opt/data dekarti/kpcli:latest
Using in non-interactive mode:
$ docker run -it dekarti/kpcli:latest sh
# kpcli --help
This image:
- is built on top of Alpine Linux v.3.8 Docker image
- weights around 40MB