1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

Simple README fix

Signed-off-by: MaximUltimatum <mcder018@live.com>
This commit is contained in:
Maximilien McDermott
2021-11-29 08:12:55 -06:00
committed by MaximUltimatum
parent dc7625a807
commit 2c366d1e54

View File

@@ -195,7 +195,7 @@ And you can see there is a new image called `localhost/fedora-bashecho:latest`.
# buildah inspect --type=image fedora-bashecho
Later when you want to create a new container or containers from this image, you simply need need to do `buildah from fedora-bashecho`. This will create a new container based on this image for you.
Later when you want to create a new container or containers from this image, you simply need to do `buildah from fedora-bashecho`. This will create a new container based on this image for you.
Now that you have the new image you can remove the scratch container called working-container: