This project will be deleted on
2025-11-25
because its parent group is scheduled for deletion.
Changes
Page history
Update docker documentation
authored
Jun 07, 2017
by
Harri Jäntti
Show whitespace changes
Inline
Side-by-side
docker-documentation.md
View page @
ebdeacea
...
...
@@ -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]
...
...
...
...