mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
Update 01-intro.md
Adding command to explicitly become root user. I was trying to run commands with "sudo" in front and thus had issues following guide (new user) and this would have helped! Thanks! Signed-off-by: Kyle R. Conway <kyconway@tower.Home> Closes: #763 Approved by: rhatdan
This commit is contained in:
@@ -9,6 +9,10 @@ In brief the `containers/image` project provides mechanisms to copy, push, pull,
|
||||
|
||||
First step is to install Buildah. Run as root because you will need to be root for running Buildah commands:
|
||||
|
||||
$ sudo -s
|
||||
|
||||
Then install buildah by running:
|
||||
|
||||
# dnf -y install buildah
|
||||
|
||||
After installing Buildah we can see there are no images installed. The `buildah images` command will list all the images:
|
||||
|
||||
Reference in New Issue
Block a user