Launch One-Time Secret as a Docker container
$ 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
The application generates a link that uses a preconfigured domain and port. Right now it is only generating using localhost:80