mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00
Fix codespell errors
Along with a couple of nits found by Ed. [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -853,7 +853,7 @@ $ podman build -f Containerfile.in $HOME
|
||||
|
||||
$ podman build -t imageName .
|
||||
|
||||
$ podman build --tls-verify=true -t imageName -f Containrfile.simple .
|
||||
$ podman build --tls-verify=true -t imageName -f Containerfile.simple .
|
||||
|
||||
$ podman build --tls-verify=false -t imageName .
|
||||
|
||||
@ -952,7 +952,7 @@ Containerfile/Dockerfile
|
||||
The .containerignore and .dockerignore files use the same syntax; if both
|
||||
are in the context directory, podman build will only use .containerignore.
|
||||
|
||||
Users can specify a series of Unix shell globals in a .containerignore file to
|
||||
Users can specify a series of Unix shell globs in a .containerignore file to
|
||||
identify files/directories to exclude.
|
||||
|
||||
Podman supports a special wildcard string `**` which matches any number of
|
||||
|
@ -40,7 +40,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path`
|
||||
#### **--compatible**
|
||||
|
||||
After the name and the description, also show the stars, official and automated descriptors as Docker does.
|
||||
Podman does not show these decsriptors by default since they are not supported by most public container registries.
|
||||
Podman does not show these descriptors by default since they are not supported by most public container registries.
|
||||
|
||||
#### **--filter**, **-f**=*filter*
|
||||
|
||||
|
Reference in New Issue
Block a user