mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #21155 from alexandear/docs-fix-typos
docs: fix typos
This commit is contained in:
@ -10,7 +10,7 @@ different stages in COPY instruction.
|
||||
|
||||
Valid values are:
|
||||
|
||||
* Local directory – e.g. --build-context project2=../path/to/project2/src (This option is not available with the remote Podman client. On Podman machine setup (i.e macOS and Winows) path must exists on the machine VM)
|
||||
* Local directory – e.g. --build-context project2=../path/to/project2/src (This option is not available with the remote Podman client. On Podman machine setup (i.e macOS and Windows) path must exists on the machine VM)
|
||||
* HTTP URL to a tarball – e.g. --build-context src=https://example.org/releases/src.tar
|
||||
* Container image – specified with a container-image:// prefix, e.g. --build-context alpine=container-image://alpine:3.15, (also accepts docker://, docker-image://)
|
||||
|
||||
|
@ -4,6 +4,6 @@
|
||||
####> are applicable to all of those.
|
||||
#### **--runtime-flag**=*flag*
|
||||
|
||||
Adds global flags for the container rutime. To list the supported flags, please consult the manpages of the selected container runtime.
|
||||
Adds global flags for the container runtime. To list the supported flags, please consult the manpages of the selected container runtime.
|
||||
|
||||
Note: Do not pass the leading -- to the flag. To pass the runc flag --log-format json to buildah build, the option given is --runtime-flag log-format=json.
|
||||
|
@ -474,7 +474,7 @@ $ podman build -t hello https://github.com/containers/PodmanHello.git
|
||||
$ podman run hello
|
||||
```
|
||||
|
||||
Note: Github does not support using `git://` for performing `clone` operation due to recent changes in their security guidance (https://github.blog/2021-09-01-improving-git-protocol-security-github/). Use an `https://` URL if the source repository is hosted on Github.
|
||||
Note: GitHub does not support using `git://` for performing `clone` operation due to recent changes in their security guidance (https://github.blog/2021-09-01-improving-git-protocol-security-github/). Use an `https://` URL if the source repository is hosted on GitHub.
|
||||
|
||||
#### Building an image using a URL to an archive
|
||||
|
||||
|
@ -33,7 +33,7 @@ Print results with a Go template.
|
||||
| .Name | Name of the machine |
|
||||
| .Resources ... | Resources used by the machine |
|
||||
| .Rootful | Whether the machine prefers rootful or rootless container execution |
|
||||
| .SSHConfig ... | SSH configuration info for communitating with machine |
|
||||
| .SSHConfig ... | SSH configuration info for communicating with machine |
|
||||
| .State ... | Machine state |
|
||||
| .UserModeNetworking | Whether this machine uses user-mode networking |
|
||||
|
||||
|
Reference in New Issue
Block a user