Update the demos README file to fix minor typos

Signed-off-by: pixdrift <pixdrift@users.noreply.github.com>
This commit is contained in:
pixdrift 2023-05-08 16:25:27 +10:00 committed by GitHub
parent 03cd135796
commit dffb148b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ $ sudo buildah login quay.io
$ buildah login quay.io $ buildah login quay.io
``` ```
There are several variables you will want to set that are listed at the top of the script. The name for the container image, your quay.io username, your name, and the Fedora release number: There are several variables you will want to set that are listed at the top of the script. The name for the container image, your Quay.io username, your name, and the Fedora release number:
demoimg=myshdemo demoimg=myshdemo
quayuser=UserNameHere quayuser=UserNameHere
@ -49,11 +49,11 @@ filename: [`docker-compatibility-demo.sh`](docker-compatibility-demo.sh)
This demo builds an nginx container image using Buildah. It modifies the homepage and commits the image. The container is tested using `podman run` and then stopped. The Docker daemon is then started and the image is pushed to the Docker repository. The container is started using `docker run` and tested. This demo builds an nginx container image using Buildah. It modifies the homepage and commits the image. The container is tested using `podman run` and then stopped. The Docker daemon is then started and the image is pushed to the Docker repository. The container is started using `docker run` and tested.
There are several variables you will want to set that are listed at the top of the script. The name for the container image, your quay.io username, your name, and the Fedora release number: There are several variables you will want to set that are listed at the top of the script. The name for the container image, your Quay.io username, your name, and the Fedora release number:
demoimg=dockercompatibilitydemo demoimg=dockercompatibilitydemo
quayuser=UsernameHere quayuser=UsernameHere
myname=YourNameHear myname=YourNameHere
distro=fedora distro=fedora
distrorelease=30 distrorelease=30
pkgmgr=dnf # switch to yum if using yum pkgmgr=dnf # switch to yum if using yum
@ -64,11 +64,11 @@ filename: [`docker-bud-demo.sh`](buildah-bud-demo.sh)
This demo builds an nginx container image using Buildah with. Buildah's `buildah-using-docker`, or `bud` option, provides a mechanism for using existing Dockerfiles to build the container image. This image is the same as the image in the Docker compatibility demo (at time of creating this README). The container is tested using `podman run` and then stopped. The Docker daemon is then started and the image is pushed to the Docker repository. The container is started using `docker run` and tested. This demo builds an nginx container image using Buildah with. Buildah's `buildah-using-docker`, or `bud` option, provides a mechanism for using existing Dockerfiles to build the container image. This image is the same as the image in the Docker compatibility demo (at time of creating this README). The container is tested using `podman run` and then stopped. The Docker daemon is then started and the image is pushed to the Docker repository. The container is started using `docker run` and tested.
There are several variables you will want to set that are listed at the top of the script. The name for the container image, your quay.io username, your name, and the Fedora release number: There are several variables you will want to set that are listed at the top of the script. The name for the container image, your Quay.io username, your name, and the Fedora release number:
demoimg=buildahbuddemo demoimg=buildahbuddemo
quayuser=UsernameHere quayuser=UsernameHere
myname=YourNameHear myname=YourNameHere
distro=fedora distro=fedora
distrorelease=30 distrorelease=30
pkgmgr=dnf # switch to yum if using yum pkgmgr=dnf # switch to yum if using yum