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 06, 2017
by
Harri Jäntti
Show whitespace changes
Inline
Side-by-side
docker-documentation.md
View page @
750df9d7
...
@@ -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