docs: docker events: use tables to describe filters#3263
Draft
thaJeztah wants to merge 1 commit intodocker:masterfrom
Draft
docs: docker events: use tables to describe filters#3263thaJeztah wants to merge 1 commit intodocker:masterfrom
thaJeztah wants to merge 1 commit intodocker:masterfrom
Conversation
c9b6690 to
24eaacc
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3263 +/- ##
=======================================
Coverage 59.68% 59.68%
=======================================
Files 287 287
Lines 24865 24865
=======================================
Hits 14841 14841
Misses 9138 9138
Partials 886 886 |
Member
Author
|
@usha-mandya ptal |
Member
Author
|
Actually, I need to improve the description, because (e.g.) We clearly need to better document these 😞 docker system events --filter type=container --filter image=ubuntu:focal
2021-08-23T14:51:53.694424700+02:00 container create 5b924f687d7ba37303878ea3d57c3b157838eba32cd0198eb393d3685830f53a (image=ubuntu:focal, name=eager_mirzakhani)
2021-08-23T14:51:53.697756976+02:00 container attach 5b924f687d7ba37303878ea3d57c3b157838eba32cd0198eb393d3685830f53a (image=ubuntu:focal, name=eager_mirzakhani)
2021-08-23T14:51:53.986869047+02:00 container start 5b924f687d7ba37303878ea3d57c3b157838eba32cd0198eb393d3685830f53a (image=ubuntu:focal, name=eager_mirzakhani)
2021-08-23T14:51:54.006298074+02:00 container die 5b924f687d7ba37303878ea3d57c3b157838eba32cd0198eb393d3685830f53a (exitCode=0, image=ubuntu:focal, name=eager_mirzakhani)
2021-08-23T14:51:54.086801826+02:00 container destroy 5b924f687d7ba37303878ea3d57c3b157838eba32cd0198eb393d3685830f53a (image=ubuntu:focal, name=eager_mirzakhani)Above is when running a container using that image: docker run --rm ubuntu:focal
Unable to find image 'ubuntu:focal' locally
focal: Pulling from library/ubuntu
Digest: sha256:82becede498899ec668628e7cb0ad87b6e1c371cb8a1e597d83a47fac21d6af3
Status: Downloaded newer image for ubuntu:focal |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
24eaacc to
f21170d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- A picture of a cute animal (not mandatory but encouraged)