buildah run alpine-working-container sh

Category: Kubernetes & Containers

buildah run alpine-working-container sh

Run a command in a working container

Executes sh inside the working container, where you can install packages and lay down files for the final image. Unlike container runtimes, no long-lived process is started, so the container stays buildable. Commit the result with buildah commit alpine-working-container myapp.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.