mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -47,7 +47,7 @@ var (
|
|||||||
var (
|
var (
|
||||||
void struct{}
|
void struct{}
|
||||||
// Key: Extension
|
// Key: Extension
|
||||||
// Value: Processing order for resource naming dependecies
|
// Value: Processing order for resource naming dependencies
|
||||||
supportedExtensions = map[string]int{
|
supportedExtensions = map[string]int{
|
||||||
".container": 3,
|
".container": 3,
|
||||||
".volume": 2,
|
".volume": 2,
|
||||||
|
@ -1054,10 +1054,10 @@ Valid options for `[Image]` are listed below:
|
|||||||
| AllTags=true | --all-tags |
|
| AllTags=true | --all-tags |
|
||||||
| Arch=aarch64 | --arch=aarch64 |
|
| Arch=aarch64 | --arch=aarch64 |
|
||||||
| AuthFile=/etc/registry/auth\.json | --authfile=/etc/registry/auth\.json |
|
| AuthFile=/etc/registry/auth\.json | --authfile=/etc/registry/auth\.json |
|
||||||
| CertDir=/etc/registery/certs | --cert-dir=/etc/registery/certs |
|
| CertDir=/etc/registry/certs | --cert-dir=/etc/registry/certs |
|
||||||
| ContainersConfModule=/etc/nvd\.conf | --module=/etc/nvd\.conf |
|
| ContainersConfModule=/etc/nvd\.conf | --module=/etc/nvd\.conf |
|
||||||
| Creds=myname\:mypassword | --creds=myname\:mypassword |
|
| Creds=myname\:mypassword | --creds=myname\:mypassword |
|
||||||
| DecryptionKey=/etc/registery\.key | --decryption-key=/etc/registery\.key |
|
| DecryptionKey=/etc/registry\.key | --decryption-key=/etc/registry\.key |
|
||||||
| GlobalArgs=--log-level=debug | --log-level=debug |
|
| GlobalArgs=--log-level=debug | --log-level=debug |
|
||||||
| Image=quay.io/centos/centos\:latest | podman image pull quay.io/centos/centos\:latest |
|
| Image=quay.io/centos/centos\:latest | podman image pull quay.io/centos/centos\:latest |
|
||||||
| OS=windows | --os=windows |
|
| OS=windows | --os=windows |
|
||||||
|
@ -15,7 +15,7 @@ Note: you must not have any machines defined before running tests
|
|||||||
1. $env:CONTAINERS_MACHINE_PROVIDER="hyperv"
|
1. $env:CONTAINERS_MACHINE_PROVIDER="hyperv"
|
||||||
1. `./winmake localmachine`
|
1. `./winmake localmachine`
|
||||||
|
|
||||||
Note: To run specfic test files, add the test files to the end of the winmake command:
|
Note: To run specific test files, add the test files to the end of the winmake command:
|
||||||
|
|
||||||
`./winmake localmachine "basic_test.go start_test.go"`
|
`./winmake localmachine "basic_test.go start_test.go"`
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Note: To run specfic test files, add the test files to the end of the winmake co
|
|||||||
1. Build and copy win-sshproxy into bin/
|
1. Build and copy win-sshproxy into bin/
|
||||||
1. `./winmake localmachine`
|
1. `./winmake localmachine`
|
||||||
|
|
||||||
Note: To run specfic test files, add the test files to the end of the winmake command:
|
Note: To run specific test files, add the test files to the end of the winmake command:
|
||||||
|
|
||||||
`./winmake localmachine "basic_test.go start_test.go"`
|
`./winmake localmachine "basic_test.go start_test.go"`
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
type QemuCmd []string
|
type QemuCmd []string
|
||||||
|
|
||||||
// NewQemuBuilder creates a new QemuCmd object that we will build on top of,
|
// NewQemuBuilder creates a new QemuCmd object that we will build on top of,
|
||||||
// starting with the qemu binary, architecture specific options, and propogated
|
// starting with the qemu binary, architecture specific options, and propagated
|
||||||
// proxy and SSL settings
|
// proxy and SSL settings
|
||||||
func NewQemuBuilder(binary string, options []string) QemuCmd {
|
func NewQemuBuilder(binary string, options []string) QemuCmd {
|
||||||
q := QemuCmd{binary}
|
q := QemuCmd{binary}
|
||||||
|
Reference in New Issue
Block a user