readme, containers: provide debugging instructions

This commit is contained in:
Tomas Tomecek
2016-08-15 15:01:06 +02:00
parent f24898db79
commit 5666d49bce

View File

@@ -326,3 +326,9 @@ After your docker engine is set up and running, and docker-compose installed you
$ sudo docker-compose up
It may happen that you will run into issues and the container won't start properly. Best thing to do in that case is to rebuild the environment from scratch::
$ sudo docker-compose down -v
$ sudo docker-compose build --no-cache --pull
First command will stop and remove all containers and volumes and second command will pull latest base image and perform a clean build without cache.