Skip to content

docs: docker events: use tables to describe filters - #3263

Draft
thaJeztah wants to merge 1 commit into
docker:masterfrom
thaJeztah:docs_rewrite_events
Draft

docs: docker events: use tables to describe filters#3263
thaJeztah wants to merge 1 commit into
docker:masterfrom
thaJeztah:docs_rewrite_events

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

- A picture of a cute animal (not mandatory but encouraged)

@thaJeztahthaJeztah added this to the 21.xx milestone Aug 21, 2021
@thaJeztah
thaJeztahforce-pushed the docs_rewrite_events branch 2 times, most recently from c9b6690 to 24eaaccCompareAugust 21, 2021 14:18
@codecov-commenter

codecov-commenter commented Aug 21, 2021

Copy link
Copy Markdown

Codecov Report

Merging #3263 (f21170d) into master (8f90d98) will not change coverage.
The diff coverage is n/a.

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 

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

@usha-mandya ptal

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Actually, I need to improve the description, because (e.g.) --filter image=ubuntu:focal not only filters image events, but also container events for containers that use the ubuntu:focal image.

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

@thaJeztah
thaJeztah marked this pull request as draft August 23, 2021 12:53
@thaJeztahthaJeztah modified the milestones: 23.0.0, 23.0.1Feb 2, 2023
@thaJeztahthaJeztah modified the milestones: 23.0.1, v-nextFeb 9, 2023
@thaJeztahthaJeztah modified the milestones: 24.0.0, 25.0.0Apr 27, 2023
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztahthaJeztah modified the milestones: 25.0.0, 26.0.0Jan 19, 2024
@vvolandvvoland modified the milestones: 26.0.0, 27.0.0Mar 14, 2024
@vvolandvvoland modified the milestones: 27.0.0, v-futureJun 20, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaJeztah@codecov-commenter@vvoland