diff --git a/Docker-Installation.textile b/Docker-Installation.textile
index 2c3a61c..f3d2b1a 100644
--- a/Docker-Installation.textile
+++ b/Docker-Installation.textile
@@ -21,11 +21,11 @@ rm /tmp/key.py
 </code></pre>
 # Copy 'generated code' and paste it to webvirtcloud/settings.py as SECRET_KEY = ''
 # Build the docker container
-<pre><code>docker build -t retspen/webvirtcloud:0.1 .</code></pre>
+<pre><code>docker build -t retspen/webvirtcloud:1 .</code></pre>
 # Start the container. *Use this command only for the first start* 
-<pre><code>docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:0.1</code></pre>
+<pre><code>docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:1</code></pre>
 # (Optional) If you want you can change the port of the webpage by changing the previous command
-<pre><code>docker run -d -p <port>:80 -p 6080:6080 retspen/webvirtcloud:0.1</code></pre>
+<pre><code>docker run -d -p <port>:80 -p 6080:6080 retspen/webvirtcloud:1</code></pre>
 # Run browser enter host url with http.
 # Login with: Username admin, password admin
 # Change your admin password