diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-08-20 09:33:10 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-08-20 09:33:15 -0400 |
commit | 4616452d69248ba7c4ab1b5190a36d565ad09226 (patch) | |
tree | 7ac167f98b3f7068ea93aa21ef60a9fdda22419f /README.md | |
parent | 34fc1d09d245cbd0d922562860f639667c8641d6 (diff) | |
download | podman-4616452d69248ba7c4ab1b5190a36d565ad09226.tar.gz podman-4616452d69248ba7c4ab1b5190a36d565ad09226.tar.bz2 podman-4616452d69248ba7c4ab1b5190a36d565ad09226.zip |
Touchup README with Buildah build usage
Adding the verbiage from the Buildah README.MD
to Podmans. Original PR by @vrothberg at:
https://github.com/containers/buildah/pull/1801/files
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,7 +137,8 @@ into other tools. Podman specializes in all of the commands and functions that help you to maintain and modify OCI images, such as pulling and tagging. It also allows you to create, run, and maintain those containers -created from those images. +created from those images. For building container images via Dockerfiles, Podman uses Buildah's +golang API and can be installed independently from Buildah. A major difference between Podman and Buildah is their concept of a container. Podman allows users to create "traditional containers" where the intent of these containers is |