diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-31 16:30:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 16:30:13 +0100 |
commit | 5d2c03e8b0283446aec6da2ac4ad45262c4244bd (patch) | |
tree | 4456e68f031aea3df9af066225d3e5ed80a8f538 /docs | |
parent | 807f7cfed3df770abcb7609e9b281d666a110b27 (diff) | |
parent | ec32430a06f1cb316bcfbe8b327629c0cb055f97 (diff) | |
download | podman-5d2c03e8b0283446aec6da2ac4ad45262c4244bd.tar.gz podman-5d2c03e8b0283446aec6da2ac4ad45262c4244bd.tar.bz2 podman-5d2c03e8b0283446aec6da2ac4ad45262c4244bd.zip |
Merge pull request #12718 from afbjorklund/machine-resources
[CI:DOCS] Add example of cpus to init command
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/mac_experimental.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/mac_experimental.md b/docs/tutorials/mac_experimental.md index 8df64dc99..b5b815fe5 100644 --- a/docs/tutorials/mac_experimental.md +++ b/docs/tutorials/mac_experimental.md @@ -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 |