Skip to content

Commit

Permalink
Merge pull request #15601 from edsantiago/docs_dedup_name
Browse files Browse the repository at this point in the history
[CI:DOCS] Man pages: refactor common options: --name
  • Loading branch information
openshift-merge-robot committed Sep 1, 2022
2 parents d0d1af3 + c638301 commit 475cac4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 27 deletions.
14 changes: 14 additions & 0 deletions docs/source/markdown/options/name.container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#### **--name**=*name*

Assign a name to the container.

The operator can identify a container in three ways:

- UUID long identifier (“f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778”);
- UUID short identifier (“f78375b1c487”);
- Name (“jonah”).

Podman generates a UUID for each container, and if a name is not assigned
to the container with **--name** then it will generate a random
string name. The name is useful any place you need to identify a container.
This works for both background and foreground containers.
14 changes: 1 addition & 13 deletions docs/source/markdown/podman-create.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -299,19 +299,7 @@ This option is currently supported only by the **journald** log driver.

@@option mount

#### **--name**=*name*

Assign a name to the container

The operator can identify a container in three ways:
UUID long identifier (“f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778”)
UUID short identifier (“f78375b1c487”)
Name (“jonah”)

podman generates a UUID for each container, and if a name is not assigned
to the container with **--name** then it will generate a random
string name. The name is useful any place you need to identify a container.
This works for both background and foreground containers.
@@option name.container

#### **--network**=*mode*, **--net**

Expand Down
15 changes: 1 addition & 14 deletions docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -327,20 +327,7 @@ system's page size (the value would be very large, that's millions of trillions)

@@option mount

#### **--name**=*name*

Assign a name to the container.

The operator can identify a container in three ways:

- UUID long identifier (“f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778”);
- UUID short identifier (“f78375b1c487”);
- Name (“jonah”).

Podman generates a UUID for each container, and if a name is not assigned
to the container with **--name** then it will generate a random
string name. The name is useful any place you need to identify a container.
This works for both background and foreground containers.
@@option name.container

#### **--network**=*mode*, **--net**

Expand Down

0 comments on commit 475cac4

Please sign in to comment.