podman-import.1.md: fix shell syntax

Signed-off-by: Kier Davis <me@kierdavis.com>
This commit is contained in:
Kier Davis 2020-11-09 13:18:38 -06:00
parent abc77b4221
commit f29cda6d92
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ db65d991f3bbf7f31ed1064db9a6ced7652e3f8166c4736aa9133dadd3c7acb3
``` ```
``` ```
$ podman import --change "ENTRYPOINT ["/bin/sh","-c","test-image"]" --change LABEL=blue=image test-image.tar image-imported $ podman import --change 'ENTRYPOINT ["/bin/sh","-c","test-image"]' --change LABEL=blue=image test-image.tar image-imported
Getting image source signatures Getting image source signatures
Copying blob e3b0c44298fc skipped: already exists Copying blob e3b0c44298fc skipped: already exists
Copying config 1105523502 done Copying config 1105523502 done