forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#16164 from edsantiago/docs_dedup_accumu…
…lated_cleanup [CI:DOCS] Man pages: refactor common options (misc)
- Loading branch information
Showing
8 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#### **--creds**=*[username[:password]]* | ||
|
||
The [username[:password]] to use to authenticate with the registry if required. | ||
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. | ||
value can be entered. The password is entered without echo. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#### **--shm-size**=*number[unit]* | ||
|
||
Size of _/dev/shm_. A _unit_ can be **b** (bytes), **k** (kibibytes), **m** (mebibytes), or **g** (gibibytes). | ||
If you omit the unit, the system uses bytes. If you omit the size entirely, the default is **64m**. | ||
If the unit is omitted, the system uses bytes. If the size is omitted, the default is **64m**. | ||
When _size_ is **0**, there is no limit on the amount of memory used for IPC by the <<container|pod>>. | ||
This option conflicts with **--ipc=host**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#### **--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, | ||
TLS verification will be used unless the target registry is listed as an insecure registry in registries.conf. | ||
Require HTTPS and verify certificates when contacting registries (default: **true**). | ||
If explicitly set to **true**, TLS verification will be used. | ||
If set to **false**, TLS verification will not be used. | ||
If not specified, TLS verification will be used unless the target registry | ||
is listed as an insecure registry in **[containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters