diff --git a/doc/install.md b/doc/install.md
index 8e77a91a85f5a291d23c6b8da38ea26bd801c3e1..e2cdbe0c86a2ef864adb9587c78680edd231814a 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -43,7 +43,8 @@ Build SOCTools CA needed for service and user certificates:
 This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping. 
 
 Start SOCTools:
-* `ansible-playbook -i inventories soctools.yml -t start`
+* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
+* `ansible-playbook -i inventories soctools.yml -t init`
 
 Stop SOCTools:
 * `ansible-playbook -i inventories soctools.yml -t stop`