|
@@ -28,9 +28,9 @@
|
|
|
|
|
|
`docker exec -it {{container_name}} {{sh}}`
|
|
`docker exec -it {{container_name}} {{sh}}`
|
|
|
|
|
|
-- Remove a stopped container:
|
|
|
|
|
|
+- Remove stopped containers:
|
|
|
|
|
|
-`docker rm {{container_name}}`
|
|
|
|
|
|
+`docker rm {{container1 container2 ...}}`
|
|
|
|
|
|
- Fetch and follow the logs of a container:
|
|
- Fetch and follow the logs of a container:
|
|
|
|
|