Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 527 Bytes

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