Skip to content

commonwealth-of-puerto-rico/libre-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libre-docker

Demo of LIBRE App using Docker

Dockerfile

Use this to build a new image

$ sudo docker build .

With a tag for easier reuse

$ sudo docker build  -t <your username>/libre-docker .

Running the container

$ sudo docker run -d -p 8000:8000 <your username>/libre-docker

Now go to <your ip>:8000 in your browser

Admin Username: admin | Admin Password: libre

About

Demo of LIBRE App Using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published