This project will be deleted on
2025-11-25
because its parent group is scheduled for deletion.
Changes
Page history
Update docker documentation
authored
Jul 24, 2017
by
Harri Jäntti
Show whitespace changes
Inline
Side-by-side
docker-documentation.md
View page @
cde59fae
...
...
@@ -58,6 +58,6 @@ docker start <name|id>
docker stop
<name
|
id
>
docker ps [-a include stopped containers]
docker rm
<name
|
id
>
[rmi image delete, rm container delete]
docker exec -it
<
container
name
>
/bin/bash [enter the container with bash when it is running]
docker exec -it
*
container
id*
/bin/bash [enter the container with bash when it is running]
</code>
</pre>
\ No newline at end of file