Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1002 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 1002 Bytes

connfa-docker

Dockerfile for the Connfa Conference System

Credits

Derived from an original Gist, but updated to work with the present version of Conffa.

How to

Clone the repo

git clone https://github.com/feup-infolab/connfa-docker

Go to installation folder

cd connfa-docker

Run the code you need

  • ./install.sh -> Builds the docker image, starts it and makes it ready for use at http://localhost

  • ./reinstall.sh -> Destroys ALL your docker containers and recreates the connfa image. Starts up a new container using that image. CAREFUL IF YOU HAVE OTHER DOCKER CONTAINERS RUNNING AND YOU WANT TO KEEP THEM. THIS WILL DESTROY THEM.

  • ./destroy_everything_docker.sh -> Destroys ALL your docker containers and images. Used for debugging purposes mostly when building this image. CAREFUL IF YOU HAVE OTHER DOCKER CONTAINERS RUNNING AND YOU WANT TO KEEP THEM. THIS WILL DESTROY THEM.