buildah/docs/tutorials
basilrabi 7016ce6418 fix tutorial instructions
Before, there is no $newcontainer image committed thus
`podman run $newcontainer` attempts to pull $newcontainer from the various
container registries.

Signed-off-by: basilrabi <ericbasil.rabi@gmail.com>

Closes: #1627
Approved by: TomSweeneyRedHat
2019-06-01 17:00:24 +00:00
..
01-intro.md fix tutorial instructions 2019-06-01 17:00:24 +00:00
02-registries-repositories.md Get rid of dangling whitespace in markdown files 2018-09-18 17:10:13 -04:00
03-on-build.md Fix up Tutorial 3 to account for format 2018-10-07 10:55:33 +00:00
README.md ONBUILD tutorial 2018-06-24 11:47:59 +00:00

README.md

buildah logo

Buildah Tutorials

Introduction Tutorial

Learn how to build container images compliant with the Open Container Initiative (OCI) image specification using Buildah.

Buildah and Registries Tutorial

Learn how Buildah can be used to move OCI compliant images in and out of private or public registries.

Buildah ONBUILD Tutorial

Learn how Buildah can use the ONBUILD instruction in either a Dockerfile or via the buildah config --onbuild command to configure an image to run those instructions when the container is created. In this manner you can front load setup of the container inside the image and minimalize the steps needed to create one or more containers that share a number of initial settings, but need a few differentiators between each.