A simple Ruby on Rails program to store your passwords like keeppass.
988
Just a demo. Its actually not safe, but it shows the power of docker. The container holds the whole Ruby on Rails environment as installed on Debian including SQLite backend.
usage : docker run -p 3001:3000 arikkert/pw # to startup the application in foreground usage : docker run -d -p 3001:3000 arikkert/pw # to startup the application in background usage : docker run -it arikkert/pw bash -l # to look around in the image
web browse to http://localhost:3001 or http://{host-where-docker-run-is-started}:3001
If another service is already running on port 3001 use another port during startup and in browser.
Fields :
Content type
Image
Digest
Size
336.9 MB
Last updated
almost 9 years ago
docker pull arikkert/pw