Skip to content
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

docker history now has "COMMENT" column #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ Zeigt Änderungen der FS-Layer über die Zeit an.
***
```bash
~$ docker history infrabricks/httpd
IMAGE CREATED CREATED BY SIZE
ffdb1d64ba4d About an hour ago /bin/bash 34.76 MB
IMAGE CREATED CREATED BY SIZE COMMENT
ffdb1d64ba4d About an hour ago /bin/bash 34.76 MB Just committed
96864a7d2df3 4 days ago /bin/sh -c #(nop) CMD [/bin/bash] 0 B
809ed259f845 4 days ago /bin/sh -c apt-get update && apt-get dist-upg 11.68 MB
9387bcc9826e 4 days ago /bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/ 1.895 kB
Expand Down