buildah/docs/tutorials
Daniel J Walsh 7ea05189e2 Change references to cri-o to point at new repository
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #993
Approved by: TomSweeneyRedHat
2018-09-09 15:19:59 +00:00
..
01-intro.md Change references to cri-o to point at new repository 2018-09-09 15:19:59 +00:00
02-registries-repositories.md Create Tutorials menu and add link to README.md 2017-12-15 21:28:32 +00:00
03-on-build.md Change references to projectatomic/libpod to containers/libpod 2018-08-15 20:13:50 +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.