Build a new Docker Image
- clone the Acclerator code:
git clone http://git.reutlingen-university.de/Ksystem/Accelerator.git
- go to the docker folder at Accelerator/docker
- Be sure to remove all acc images before building a new one!
- Check with: docker images
- Remove old images with: docker rmi [imagename]
- Build the Image
docker build -t acc .
Upload the new Image to the git.reutlingen-university.de registry#
- Make the correct tag
docker tag acc docker.reutlingen-university.de/acc
- Push the new tag to the registry
docker push docker.reutlingen-university.de/acc