Update README.md

ctr pull needs to be replaced by ctr i pull for the command to work.

Signed-off-by: Manu Gupta <manugupt1@gmail.com>
This commit is contained in:
Manu Gupta 2022-09-05 21:54:39 -07:00 committed by GitHub
parent d5b72ce007
commit a83ff8e8d2
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. --