Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Docker #5

Open
thany opened this issue May 10, 2017 · 6 comments
Open

Docker #5

thany opened this issue May 10, 2017 · 6 comments

Comments

@thany
Copy link

thany commented May 10, 2017

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.

@NiJOvanOstow
Copy link

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

@lixmal
Copy link
Owner

lixmal commented Sep 30, 2017

@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.

@NiJOvanOstow
Copy link

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.

@hacker-h
Copy link

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?

@NiJOvanOstow
Copy link

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 ^^

@hacker-h
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants