Skip to content

svscorp/kpcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

What is kpcli?

kpcli - command line interface to work with KeePass 1.x or 2.x database files.

How to use this image?

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

Notes

This image:

  • is built on top of Alpine Linux v.3.8 Docker image
  • weights around 40MB

References

  1. kpcli - A command line interface to KeePass database files
  2. Alpine Linux

About

Alpine Linux based Docker image for kpcli-3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%