KeePass is an open source password manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Andy b2f2d3a429
add info about the grsec workarounds
8 years ago
Dockerfile add info about the grsec workarounds 8 years ago
LICENSE changed license 8 years ago
README.md update README and docker-compose file 8 years ago
docker-compose.yml update README and docker-compose file 8 years ago

README.md

keepass2 in Docker

Running keepass2 in Docker

Launching keepass2

with Docker Compose

You can use the following shortcut function and place it to your ~/.bash_aliases file

function docker_helper() { (cd ~/docker/$1; docker-compose run --rm "$@" & disown) }
function keepass2() { (docker_helper $FUNCNAME $@) }