mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #8283 from kierdavis/docs
[CI:DOCS] man pages: add an example, tweak formatting
This commit is contained in:
@ -22,6 +22,7 @@ Note: `:` is a restricted character and cannot be part of the file name.
|
|||||||
|
|
||||||
Apply the following possible instructions to the created image:
|
Apply the following possible instructions to the created image:
|
||||||
**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR**
|
**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR**
|
||||||
|
|
||||||
Can be set multiple times
|
Can be set multiple times
|
||||||
|
|
||||||
**--message**, **-m**=*message*
|
**--message**, **-m**=*message*
|
||||||
@ -55,7 +56,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
|
||||||
|
@ -119,6 +119,17 @@ Storing signatures
|
|||||||
04660052281190168dbb2362eb15bf7067a8dc642d2498055e0e72efa961a4b6
|
04660052281190168dbb2362eb15bf7067a8dc642d2498055e0e72efa961a4b6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
$ podman pull alpine@sha256:d7342993700f8cd7aba8496c2d0e57be0666e80b4c441925fc6f9361fa81d10e
|
||||||
|
Trying to pull docker.io/library/alpine@sha256:d7342993700f8cd7aba8496c2d0e57be0666e80b4c441925fc6f9361fa81d10e...
|
||||||
|
Getting image source signatures
|
||||||
|
Copying blob 188c0c94c7c5 done
|
||||||
|
Copying config d6e46aa247 done
|
||||||
|
Writing manifest to image destination
|
||||||
|
Storing signatures
|
||||||
|
d6e46aa2470df1d32034c6707c8041158b652f38d2a9ae3d7ad7e7532d22ebe0
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
$ podman pull --authfile temp-auths/myauths.json docker://docker.io/umohnani/finaltest
|
$ podman pull --authfile temp-auths/myauths.json docker://docker.io/umohnani/finaltest
|
||||||
Trying to pull docker.io/umohnani/finaltest:latest...Getting image source signatures
|
Trying to pull docker.io/umohnani/finaltest:latest...Getting image source signatures
|
||||||
|
Reference in New Issue
Block a user