Skip to content

Commit 789d579

Browse files
Merge pull request #9651 from rhatdan/volume
[NO TESTS NEEDED] podman-remote build does not support volumes
2 parents 021ff99 + 9eac4a7 commit 789d579

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+62
-125
lines changed

cmd/podman/images/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func buildFlags(cmd *cobra.Command) {
170170
_ = flags.MarkHidden("signature-policy")
171171
_ = flags.MarkHidden("tls-verify")
172172
_ = flags.MarkHidden("compress")
173+
_ = flags.MarkHidden("volume")
173174
}
174175
}
175176

docs/source/markdown/podman-attach.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Specify the key sequence for detaching a container. Format is a single character
2525
#### **--latest**, **-l**
2626

2727
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
28-
to run containers such as CRI-O, the last started container could be from either of those methods.
29-
30-
The latest option is not supported on the remote client.
28+
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client)
3129

3230
#### **--no-stdin**
3331

docs/source/markdown/podman-build.1.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ resulting image's configuration.
8686
#### **--cache-from**
8787

8888
Images to utilize as potential cache sources. Podman does not currently support
89-
caching so this is a NOOP.
89+
caching so this is a NOOP. (This option is not available with the remote Podman client)
9090

9191
#### **--cap-add**=*CAP\_xxx*
9292

@@ -111,8 +111,7 @@ given.
111111
#### **--cert-dir**=*path*
112112

113113
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry.
114-
Default certificates directory is _/etc/containers/certs.d_. (Not available for
115-
remote commands)
114+
Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client)
116115

117116
#### **--cgroup-parent**=*path*
118117

@@ -124,7 +123,7 @@ of the init process. Cgroups will be created if they do not already exist.
124123

125124
This option is added to be aligned with other containers CLIs.
126125
Podman doesn't communicate with a daemon or a remote server.
127-
Thus, compressing the data before sending it is irrelevant to Podman.
126+
Thus, compressing the data before sending it is irrelevant to Podman. (This option is not available with the remote Podman client)
128127

129128
#### **--cni-config-dir**=*directory*
130129

@@ -255,7 +254,7 @@ specifying **--disable-compression=false**.
255254

256255
This is a Docker specific option to disable image verification to a Docker
257256
registry and is not supported by Podman. This flag is a NOOP and provided
258-
solely for scripting compatibility.
257+
solely for scripting compatibility. (This option is not available with the remote Podman client)
259258

260259
#### **--dns**=*dns*
261260

@@ -521,7 +520,7 @@ size entirely, the system uses `64m`.
521520

522521
#### **--sign-by**=*fingerprint*
523522

524-
Sign the image using a GPG key with the specified FINGERPRINT.
523+
Sign the image using a GPG key with the specified FINGERPRINT. (This option is not available with the remote Podman client)
525524

526525
#### **--squash**
527526

@@ -566,7 +565,7 @@ timestamp.
566565
#### **--tls-verify**=*true|false*
567566

568567
Require HTTPS and verify certificates when talking to container registries
569-
(defaults to true).
568+
(defaults to true). (This option is not available with the remote Podman client)
570569

571570
#### **--ulimit**=*type*=*soft-limit*[:*hard-limit*]
572571

@@ -679,7 +678,9 @@ Set the architecture variant of the image to be pulled.
679678

680679
Create a bind mount. If you specify, ` -v /HOST-DIR:/CONTAINER-DIR`, Podman
681680
bind mounts `/HOST-DIR` in the host to `/CONTAINER-DIR` in the Podman
682-
container. The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup>
681+
container. (This option is not available with the remote Podman client)
682+
683+
The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup>
683684

684685
* [rw|ro]
685686
* [z|Z|O]

docs/source/markdown/podman-container-checkpoint.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ Checkpoint all running containers.
2323

2424
#### **--latest**, **-l**
2525

26-
Instead of providing the container name or ID, checkpoint the last created container.
27-
28-
The latest option is not supported on the remote client.
26+
Instead of providing the container name or ID, checkpoint the last created container. (This option is not available with the remote Podman client)
2927

3028
#### **--leave-running**, **-R**
3129

docs/source/markdown/podman-container-cleanup.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Conflicts with **--rmi** as the container is not being cleaned up so the image c
2525

2626
#### **--latest**, **-l**
2727
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
28-
to run containers such as CRI-O, the last started container could be from either of those methods.
29-
30-
The latest option is not supported on the remote client.
28+
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client)
3129

3230
#### **--rm**
3331

docs/source/markdown/podman-container-restore.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ Restore all checkpointed containers.
3030

3131
#### **--latest**, **-l**
3232

33-
Instead of providing the container name or ID, restore the last created container.
34-
35-
The latest option is not supported on the remote client.
33+
Instead of providing the container name or ID, restore the last created container. (This option is not available with the remote Podman client)
3634

3735
#### **--tcp-established**
3836

docs/source/markdown/podman-container-runlabel.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The runlabel command will not execute if --display is specified.
5757
#### **--cert-dir**=*path*
5858

5959
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry.
60-
Default certificates directory is _/etc/containers/certs.d_. (Not available for remote commands)
60+
Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client)
6161

6262
#### **--creds**=*[username[:password]]*
6363

docs/source/markdown/podman-create.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ See [**Environment**](#environment) note below for precedence and examples.
343343

344344
#### **--env-host**=*true|false*
345345

346-
Use host environment inside of the container. See **Environment** note below for precedence. (Not available for remote commands)
346+
Use host environment inside of the container. See **Environment** note below for precedence. (This option is not available with the remote Podman client)
347347

348348
#### **--env-file**=*file*
349349

@@ -412,7 +412,7 @@ the container should not use any proxy. Proxy environment variables specified
412412
for the container in any other way will override the values that would have
413413
been passed through from the host. (Other ways to specify the proxy for the
414414
container include passing the values with the `--env` flag, or hard coding the
415-
proxy environment at container build time.) (Not available for remote commands)
415+
proxy environment at container build time.) (This option is not available with the remote Podman client)
416416

417417
For example, to disable passing these environment variables from host to
418418
container:

docs/source/markdown/podman-diff.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Alter the output into a different format. The only valid format for diff is `js
2020
#### **--latest**, **-l**
2121

2222
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
23-
to run containers such as CRI-O, the last started container could be from either of those methods.
24-
25-
The latest option is not supported on the remote client.
23+
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client)
2624

2725
## EXAMPLE
2826

docs/source/markdown/podman-exec.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ When set to true, keep stdin open even if not attached. The default is *false*.
3737
#### **--latest**, **-l**
3838

3939
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
40-
to run containers such as CRI-O, the last started container could be from either of those methods.
41-
42-
The latest option is not supported on the remote client.
40+
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client)
4341

4442
#### **--preserve-fds**=*N*
4543

0 commit comments

Comments
 (0)