diff options
author | xcffl <xcffl@outlook.com> | 2019-09-07 19:23:10 +0800 |
---|---|---|
committer | xcffl <xcffl@outlook.com> | 2019-09-07 20:16:42 +0800 |
commit | 3d240bd7953c7c666c4a42f230cf40f1095abbee (patch) | |
tree | 770af8fd6b74e7966fe81a6be04a569ec43829d9 /contrib/cirrus | |
parent | cd7a1ac194472542301596ef776be5f8563eb0c1 (diff) | |
download | podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.gz podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.bz2 podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.zip |
Replace "podman" with "Podman"
Signed-off-by: xcffl <xcffl@outlook.com>
Diffstat (limited to 'contrib/cirrus')
-rw-r--r-- | contrib/cirrus/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/README.md b/contrib/cirrus/README.md index ada362d95..7aa8881d6 100644 --- a/contrib/cirrus/README.md +++ b/contrib/cirrus/README.md @@ -72,7 +72,7 @@ and `darwin` targets. ### ``special_testing_cgroupv2`` Task Use the latest Fedora release with the required kernel options pre-set for -exercising cgroups v2 with podman integration tests. Also depends on +exercising cgroups v2 with Podman integration tests. Also depends on having `SPECIALMODE` set to 'cgroupv2` @@ -272,7 +272,7 @@ values follows: * `rootless`: Causes a random, ordinary user account to be created and utilized for testing. * `in_podman`: Causes testing to occur within a container executed by - podman on the host. + Podman on the host. * `cgroupv2`: The kernel on this VM was prepared with options to enable v2 cgroups * `windows`: See **darwin** * `darwin`: Signals the ``special_testing_cross`` task to cross-compile the remote client. |