Skip to content

Commit a8b1e3a

Browse files
committed
ISSUE-30557 Minor Change
1 parent dec447a commit a8b1e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

architecture/understanding-development.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ file, you identify the base image you build from, the software packages you
8484
install, and the software you copy into the container. You also identify
8585
parameter values like network ports that you expose outside the container and
8686
volumes that you mount inside the container. Put your Dockerfile and the
87-
software you want to containerized in a directory on your {op-system-base} system.
87+
software you want to containerize in a directory on your {op-system-base} system.
8888
. Run buildah or docker build: Run the `buildah build-using-dockerfile` or
89-
the `docker build` command to pull you chosen base image to the local system and
90-
creates a container image that is stored locally. You can also build container
89+
the `docker build` command to pull your chosen base image to the local system and
90+
create a container image that is stored locally. You can also build container images
9191
without a Dockerfile by using buildah.
9292
. Tag and push to a registry: Add a tag to your new container image that
9393
identifies the location of the registry in which you want to store and share

0 commit comments

Comments
 (0)