Skip to content

Commit e56b444

Browse files
committed
docs tweaks
1 parent 5fdbbcb commit e56b444

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/options.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1048,9 +1048,12 @@ Auditwheel detects the version of the manylinux / musllinux standard in the imag
10481048

10491049

10501050
### `CIBW_CONTAINER_ENGINE` {: #container-engine}
1051-
> Specify which container engine to use when building Linux wheels
1051+
> Specify the container engine to use when building Linux wheels
10521052
1053-
Options: `docker[;create_args: ...]` `podman[;create_args: ...]`
1053+
Options:
1054+
1055+
- `docker[;create_args: ...]`
1056+
- `podman[;create_args: ...]`
10541057

10551058
Default: `docker`
10561059

@@ -1094,7 +1097,7 @@ inside a parameter, use shell-style quoting.
10941097
container-engine = "podman"
10951098

10961099
# pass command line options to 'docker create'
1097-
container-engine = { name = "docker", create_args = ["--gpus", "all"]}
1100+
container-engine = { name = "docker", create-args = ["--gpus", "all"]}
10981101
```
10991102

11001103

0 commit comments

Comments
 (0)