mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 14:25:43 +00:00
docs: Fix image builder instructions.
The `image_builder.sh` script must be run as `root`. Fixes #36. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
18d25ca005
commit
1ca1b71f9c
@ -11,7 +11,7 @@ This uses a rootfs directory created by the `rootfs-builder/rootfs.sh` script.
|
||||
To create a guest OS image run:
|
||||
|
||||
```
|
||||
$ ./image_builder.sh path/to/rootfs
|
||||
$ sudo ./image_builder.sh path/to/rootfs
|
||||
```
|
||||
|
||||
Where `path/to/rootfs` is the directory populated by `rootfs.sh`.
|
||||
|
Loading…
Reference in New Issue
Block a user