diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-22 08:46:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 08:46:35 +0000 |
commit | f50970ab6c0fbb9c46d6bb391944667c2f7717ee (patch) | |
tree | 217c8c4d01d09cd773b563cd238c5c2c343de0f6 /docs/source/markdown/podman-create.1.md.in | |
parent | 31bb53f5ffccfa98e991901417b06fc6ab7b19d9 (diff) | |
parent | f0e8640755569ba7da803f7c8f4589953939fad0 (diff) | |
download | podman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.tar.gz podman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.tar.bz2 podman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.zip |
Merge pull request #15342 from edsantiago/docs_dedup_authfile
Man pages: refactor common options: authfile
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index f5301c60a..3e6b07225 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -83,12 +83,7 @@ error. It can even pretend to be a TTY (this is what most command line executables expect) and pass along signals. The **-a** option can be set for each of stdin, stdout, and stderr. -#### **--authfile**=*path* - -Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json - -Note: You can also override the default path of the authentication file by setting the REGISTRY\_AUTH\_FILE -environment variable. `export REGISTRY_AUTH_FILE=path` +@@option authfile @@option blkio-weight |