Skip to content
Snippets Groups Projects
Commit fc4a978a authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Fix syntax of deep clean procedure

parent 515e0771
No related branches found
No related tags found
1 merge request!150L2SS-434: Add sphinx documentation content
...@@ -14,9 +14,9 @@ The docker setup is managed using ``make`` in the ``docker-compose`` directory. ...@@ -14,9 +14,9 @@ The docker setup is managed using ``make`` in the ``docker-compose`` directory.
- ``make restart <container>`` to restart a specific container, for example to effectuate a code change. - ``make restart <container>`` to restart a specific container, for example to effectuate a code change.
- ``make clean`` to remove all images and containers, and the ``tangodb`` volume. To do a deeper clean, we need to remove all volumes and rebuild all containers from scratch:: - ``make clean`` to remove all images and containers, and the ``tangodb`` volume. To do a deeper clean, we need to remove all volumes and rebuild all containers from scratch::
make clean make clean
docker volume prune docker volume prune
docker build-nocache docker build-nocache
Since the *Python code is taken from the host when the container starts*, restarting is enough to use the code you have in your local git repo. Rebuilding is unnecessary. Since the *Python code is taken from the host when the container starts*, restarting is enough to use the code you have in your local git repo. Rebuilding is unnecessary.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment