diff --git a/Setup/README.md b/Setup/README.md
index 0c007a34fd7b726d95d9b33842bedb8ca6aa7647..8a01ff23a1d9724ccf4e4dd786f7d4e1a30dabd0 100644
--- a/Setup/README.md
+++ b/Setup/README.md
@@ -89,7 +89,7 @@ If you have trouble with internet connection inside the container use
 ## Start LDD-TPR container and step into the container
 From anywhere in the command line you can start the docker container by running
 
-    docker start LDD-TPR & docker exec -ti -u fenics LDD-TPR /bin/bash -l
+    docker start LDD-TPR-fenics2019 & docker exec -ti -u fenics LDD-TPR-fenics2019 /bin/bash -l
 >>>
 Tip: This command should be stored as a script or alias to not have to remember it.
 >>>