Update docker documentation authored by Harri Jäntti's avatar Harri Jäntti
...@@ -44,9 +44,12 @@ Container is an image that is running, usually a single process ...@@ -44,9 +44,12 @@ Container is an image that is running, usually a single process
## Docker basic commands ## Docker basic commands
<pre>
<code>
docker run <image> docker run <image>
docker start <name|id> docker start <name|id>
docker stop <name|id> docker stop <name|id>
docker ps [-a include stopped containers] docker ps [-a include stopped containers]
docker rm <name|id> docker rm <name|id>
</code>
</pre>
\ No newline at end of file