Merge pull request #88 from manugupt1/patch-1

This commit is contained in:
Fu Wei 2022-09-06 15:42:40 +08:00 committed by GitHub
commit 7b02c4054d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $ sudo yum install systemd-devel
$ cargo build --example journal
# Run
$ ctr pull docker.io/library/hello-world:latest
$ ctr i pull docker.io/library/hello-world:latest
$ ctr run --rm --log-uri=binary:////path/to/journal_binary docker.io/library/hello-world:latest hello
$ journalctl -f _COMM=journal
-- Logs begin at Thu 2021-05-20 15:47:51 PDT. --