-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: docker events: use tables to describe filters #3263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
thaJeztah
wants to merge
1
commit into
docker:master
Choose a base branch
from
thaJeztah:docs_rewrite_events
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+36
−20
Conversation
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
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
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)