docker: add docker container logs example (#1680)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ed48721a66
commit
191666c794
@@ -29,3 +29,7 @@
|
||||
- Remove a stopped container:
|
||||
|
||||
`docker container rm {{container}}`
|
||||
|
||||
- Fetch and follow the logs of a container:
|
||||
|
||||
`docker container logs -f {{container}}`
|
||||
|
Reference in New Issue
Block a user