Skip to content

carlasouza/docker-onetimesecret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run One-Time Secret in a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published