1
0
mirror of https://github.com/AlmaLinux/ks2rootfs.git synced 2024-11-14 15:04:22 +00:00

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

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" \