diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-27 12:50:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 12:50:20 +0100 |
commit | 5cd20b3e34263e59c3ab33a8a0f09dc92e4f620b (patch) | |
tree | 87e02c62aa76740fc932a1545bfddad464a976d2 | |
parent | 1710eca4e930f7ed3a2b060029c627c1a66a2349 (diff) | |
parent | f33942166d9282e90b27c1d86d71394efa4bc953 (diff) | |
download | podman-5cd20b3e34263e59c3ab33a8a0f09dc92e4f620b.tar.gz podman-5cd20b3e34263e59c3ab33a8a0f09dc92e4f620b.tar.bz2 podman-5cd20b3e34263e59c3ab33a8a0f09dc92e4f620b.zip |
Merge pull request #5630 from eriksjolund/fix_markdown_typo_in_podman_create_1_md
[CI:DOCS] Fix Markdown typo in podman-create.1.md
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index aa2456836..63c63dcd2 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -44,7 +44,7 @@ each of stdin, stdout, and stderr. **--authfile**=*path* -Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json +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` (Not available for remote commands) |