a-magdy / keepass-on-mono-image

Run KeePass in Docker

Home Page:https://hub.docker.com/r/amagdy/keepass/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

On mac

Install XQuartz X11 by following This medium post

It could be summarized in:

  • Install the latest XQuartz X11 server and run it, from : https://www.xquartz.org/
  • Activate the option ‘Allow connections from network clients’ in XQuartz settings
  • Quit & restart XQuartz (to activate the setting) (The first time after installation you need to Logout and login again)
  • Add the env var: -e DISPLAY=host.docker.internal:0 to the container in the docker run command

Then run the docker image by following the guide in run.sh script

About

Run KeePass in Docker

https://hub.docker.com/r/amagdy/keepass/


Languages

Language:Shell 83.5%Language:Dockerfile 16.5%