diff --git a/doc/install.md b/doc/install.md
index 5e4bb0360e825473874b417e21b0b53e3758690c..b2307e823318edb72d91505f5bba42098e247aad 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -66,8 +66,20 @@ Start SOCTools:
 * `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
 * `ansible-playbook -i inventories soctools.yml -t init`
 
+
+## Stopping and Restarting SOCTools
+In case you need to restart whole server, the proper procedure to this is following:
+
 Stop SOCTools:
-* `ansible-playbook -i inventories soctools.yml -t stop`
+* `ansible-playbook -i inventories soctools.yml -t stop-docker-containers`
+
+Shutdown or restart the server/host.
+
+Start the server/host.
+
+Start SOCTools:
+* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
+
 
 ## Errors building SOCTools
 If there are any errors during building of SOCTools then it is often best to start from the top. The easiest way is to delete any existing Docker images that are already built and then restart the installation. To prune existing Docker images run `docker system prune -a`. This command will delete all images so it assumes that SOCTools is the only service running on the server.