Skip to content
Snippets Groups Projects
Commit 10daa816 authored by Kiril KJiroski's avatar Kiril KJiroski
Browse files

Update install.md

parent 05c1b806
No related branches found
No related tags found
1 merge request!4Quick start
...@@ -73,9 +73,11 @@ Stop SOCTools without destroying containers: ...@@ -73,9 +73,11 @@ Stop SOCTools without destroying containers:
Restart SOCTools after it has been stopped with `stop-docker-containers` tag: Restart SOCTools after it has been stopped with `stop-docker-containers` tag:
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers` * `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
Delete SOCTools containers: Destroy SOCTools containers:
* `ansible-playbook -i inventories soctools.yml -t destroy-docker-containers` * `ansible-playbook -i inventories soctools.yml -t destroy-docker-containers`
Deletion of the SOCTools containers will not delete the data in the volumes, and if the deletion of all data is also required, you should also execute the following command:
* `docker system prune -a`
## Errors building SOCTools ## Errors building SOCTools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment