Skip to content

Commit fac29ab

Browse files
committed
Automated developer guide update
1 parent f212d0d commit fac29ab

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/bootc/index.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sudo podman run \
5151
--privileged \
5252
--pull=newer \
5353
--security-opt label=type:unconfined_t \
54-
-v $(pwd)/config.toml:/config.toml \
54+
-v $(pwd)/config.toml:/config.toml:ro \
5555
-v $(pwd)/output:/output \
5656
-v /var/lib/containers/storage:/var/lib/containers/storage \
5757
quay.io/centos-bootc/bootc-image-builder:latest \
@@ -288,7 +288,7 @@ sudo podman run \
288288
--privileged \
289289
--pull=newer \
290290
--security-opt label=type:unconfined_t \
291-
-v $(pwd)/config.toml:/config.toml \
291+
-v $(pwd)/config.toml:/config.toml:ro \
292292
-v $(pwd)/output:/output \
293293
quay.io/centos-bootc/bootc-image-builder:latest \
294294
--type qcow2 \
@@ -310,17 +310,19 @@ Example:
310310

311311
```json
312312
{
313-
"user": [
314-
{
315-
"name": "alice",
316-
"password": "bob",
317-
"key": "ssh-rsa AAA ... [email protected]",
318-
"groups": [
319-
"wheel",
320-
"admins"
321-
]
322-
}
323-
]
313+
"customizations": {
314+
"user": [
315+
{
316+
"name": "alice",
317+
"password": "bob",
318+
"key": "ssh-rsa AAA ... [email protected]",
319+
"groups": [
320+
"wheel",
321+
"admins"
322+
]
323+
}
324+
]
325+
}
324326
}
325327
```
326328

0 commit comments

Comments
 (0)