summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-container-runlabel.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-container-runlabel.1.md')
-rw-r--r--docs/source/markdown/podman-container-runlabel.1.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/source/markdown/podman-container-runlabel.1.md b/docs/source/markdown/podman-container-runlabel.1.md
index 676ad12d0..54d675705 100644
--- a/docs/source/markdown/podman-container-runlabel.1.md
+++ b/docs/source/markdown/podman-container-runlabel.1.md
@@ -41,7 +41,7 @@ is used.
Any additional arguments will be appended to the command.
## OPTIONS
-**--authfile**=*path*
+#### **--authfile**=*path*
Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.
If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`.
@@ -49,39 +49,39 @@ If the authorization state is not found there, $HOME/.docker/config.json is chec
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`
-**--display**
+#### **--display**
Display the label's value of the image having populated its environment variables.
The runlabel command will not execute if --display is specified.
-**--cert-dir**=*path*
+#### **--cert-dir**=*path*
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry.
Default certificates directory is _/etc/containers/certs.d_. (Not available for remote commands)
-**--creds**=*[username[:password]]*
+#### **--creds**=*[username[:password]]*
The [username[:password]] to use to authenticate with the registry if required.
If one or both values are not supplied, a command line prompt will appear and the
value can be entered. The password is entered without echo.
-**--help**, **-h**
+#### **--help**, **-h**
Print usage statement
-**--name**, **-n**=*name*
+#### **--name**, **-n**=*name*
Use this name for creating content for the container. NAME will default to the IMAGENAME if it is not specified.
-**--quiet**, **-q**
+#### **--quiet**, **-q**
Suppress output information when pulling images
-**--replace**
+#### **--replace**
If a container exists of the default or given name, as needed it will be stopped, deleted and a new container will be
created from this image.
-**--tls-verify**
+#### **--tls-verify**
Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true,
then TLS verification will be used. If set to false, then TLS verification will not be used. If not specified,