Closed FJMentz closed 6 years ago
docker build -f Dockerfile-prod -t docks-production .
Can be removed
docker run -it -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock docks-production
can be updated to use the image from the registry
Will you mind changing this quickly? @egeldenhuys
@egeldenhuys I did open a branch for changing the readme.
You can create a pull request :tada:
Should we remove the instructions for deployment from the docks readme since we now have instructions in our 'docks-demo' repo as well as the images being pulled to Dockerhub?