Skip to content

Commit

Permalink
Merge pull request #3654 from MaximUltimatum/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Simple README fix
  • Loading branch information
openshift-merge-robot committed Dec 3, 2021
2 parents 6d01253 + 2c366d1 commit 080d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 080d839

Please sign in to comment.