Update docker documentation authored by Harri Jäntti's avatar Harri Jäntti
......@@ -52,7 +52,8 @@ Below you can find some basic commands when operating with Docker.
<pre>
<code>
docker run <image>
docker build <path> [Build image]
docker run <image> [Run image as a container]
docker start <name|id>
docker stop <name|id>
docker ps [-a include stopped containers]
......
......