summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-21 12:09:46 -0800
committerGitHub <noreply@github.com>2018-12-21 12:09:46 -0800
commitfe186c6ebba95db89463f38c6aa0f0dcc104a249 (patch)
treed2a815c62bae205b0ea80ac72ec72542c98131ce /README.md
parentfa568e04d6b6032ca3bdf39ee4fd1ca1856be85a (diff)
parent1ad6f9af1552cbe2119af6cda83db5b3908556db (diff)
downloadpodman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.tar.gz
podman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.tar.bz2
podman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.zip
Merge pull request #2033 from rhatdan/devices
Allow users to specify a directory for additonal devices
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 865900c62..714e879ca 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ to be long lived. While Buildah containers are really just created to allow con
to be added back to the container image. An easy way to think of it is the
`buildah run` command emulates the RUN command in a Dockerfile while the `podman run`
command emulates the `docker run` command in functionality. Because of this and their underlying
-storage differences, you can not see Podman containers from within Buildah or vice versa.
+storage differences, you cannot see Podman containers from within Buildah or vice versa.
In short Buildah is an efficient way to create OCI images while Podman allows
you to manage and maintain those images and containers in a production environment using