diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-12-30 13:13:39 +0100 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-12-30 13:32:30 +0100 |
commit | ec32430a06f1cb316bcfbe8b327629c0cb055f97 (patch) | |
tree | 4456e68f031aea3df9af066225d3e5ed80a8f538 /docs | |
parent | 807f7cfed3df770abcb7609e9b281d666a110b27 (diff) | |
download | podman-ec32430a06f1cb316bcfbe8b327629c0cb055f97.tar.gz podman-ec32430a06f1cb316bcfbe8b327629c0cb055f97.tar.bz2 podman-ec32430a06f1cb316bcfbe8b327629c0cb055f97.zip |
[CI:DOCS] Add example of cpus to init command
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
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 |