keepass4web icon indicating copy to clipboard operation
keepass4web copied to clipboard

Docker

Open thany opened this issue 8 years ago • 6 comments

Looking at the installation guide, this project could greatly benefit from having a Docker implementation. Such a complicated guide is just screaming for a Dockerfile. For those unfamiliar with Docker: basically it's a way to install an application, and have it work, always. Super easy to update as well. Works on any Docker-capable computer, which is practically every Linux box, even virtualized ones.

thany avatar May 10 '17 19:05 thany

Just created one, because i needed it ;) https://hub.docker.com/r/nijo89/keepass4web/

NiJOvanOstow avatar Sep 29 '17 11:09 NiJOvanOstow

@NiJOvanOstow thanks a lot, I'll list it in the readme. I have yet to investigate how to avoid the issue with the same keyring for multiple containers on the same host.

lixmal avatar Sep 30 '17 07:09 lixmal

yes keyring is kinda pain in docker, took me a few hours till i understood why keepass4web is working in a vm but not a docker container.

NiJOvanOstow avatar Sep 30 '17 09:09 NiJOvanOstow

Just created one, because i needed it ;) https://hub.docker.com/r/nijo89/keepass4web/

Could you provide the used repository or at least the Dockerfile please?

hacker-h avatar Mar 19 '19 22:03 hacker-h

Just uploaded everything on GitHub: https://github.com/NiJOvanOstow/keepass4web-docker Would be nice to create a pullrequest for me if you improve/update something ^^

NiJOvanOstow avatar Mar 20 '19 06:03 NiJOvanOstow

It would be nice to have a Dockerfile which builds the project from source and runs out of the box e.g. without an additional LDAP service.

hacker-h avatar Mar 22 '19 23:03 hacker-h