Merge pull request #12718 from afbjorklund/machine-resources

[CI:DOCS] Add example of cpus to init command
This commit is contained in:
OpenShift Merge Robot 2021-12-31 16:30:13 +01:00 committed by GitHub
commit 5d2c03e8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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