[CI:DOCS] Add example of cpus to init command

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
Anders F Björklund
2021-12-30 13:13:39 +01:00
parent 807f7cfed3
commit ec32430a06

View File

@ -90,7 +90,7 @@ that you were given. It will be used in two of the steps below.
## Test podman
1. podman machine init --image-path /path/to/image
1. podman machine init --image-path /path/to/image --cpus 2
2. podman machine start
3. podman images
4. git clone http://github.com/baude/alpine_nginx && cd alpine_nginx