buildah commit alpine-working-container myapp

Category: Kubernetes & Containers

buildah commit alpine-working-container myapp

Save a working container as an image

Converts the alpine-working-container's filesystem into an image named myapp, ready to run or push. This is the buildah equivalent of docker commit. Verify the result with buildah images.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.