/docker-onetimesecret

Run One-Time Secret in a Docker container

Primary LanguagePuppet

Launch One-Time Secret as a Docker container

Usage

$ sudo docker run --name=onetimesecret -p 80:7143 carlasouza/onetimesecret

Or BIY (build it yourself)!

$ sudo docker build . -t='my_onetimesecret'
$ sudo docker run --name=onetimesecret -p 80:7143 -t my_onetimesecret

Access it through your browser at http://localhost

Limitations

The application generates a link that uses a preconfigured domain and port. Right now it is only generating using localhost:80