Dockerfile for the Connfa Conference System
Derived from an original Gist, but updated to work with the present version of Conffa.
git clone https://github.com/feup-infolab/connfa-docker
cd connfa-docker
-
./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.