Fix #3, document update

Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
Bala Raman 2021-06-23 13:00:43 -04:00
parent 5587ba7a77
commit 08e451d07a
No known key found for this signature in database
GPG Key ID: 23A07BF21B5D6625
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ docker build -t srbala/ks2rootfs .
### Using Image
Following command uses the `kickstarts/almalinux-8-default.x86_64.ks` file to build.
Following command under `tests` folder. Run command uses the `kickstarts/almalinux-8-default.x86_64.ks` file to build.
```sh
docker run --rm --privileged -v "$PWD:/build:z" \