feup-infolab / connfa-docker

Dockerfile for the Connfa Conference System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dockerfile for the Connfa Conference System

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 55.0%Language:Shell 45.0%