summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-31 16:30:13 +0100
committerGitHub <noreply@github.com>2021-12-31 16:30:13 +0100
commit5d2c03e8b0283446aec6da2ac4ad45262c4244bd (patch)
tree4456e68f031aea3df9af066225d3e5ed80a8f538
parent807f7cfed3df770abcb7609e9b281d666a110b27 (diff)
parentec32430a06f1cb316bcfbe8b327629c0cb055f97 (diff)
downloadpodman-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
-rw-r--r--docs/tutorials/mac_experimental.md2
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