diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-18 06:21:07 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-19 05:53:08 -0400 |
commit | 74ad05396b7c988856c3c2d3af88f3725ef29775 (patch) | |
tree | 405cdd2035684e9293766350fe6b46f617f30985 /docs | |
parent | ddb384451147c4ef9d0307be0cc8dbad6d94970c (diff) | |
download | podman-74ad05396b7c988856c3c2d3af88f3725ef29775.tar.gz podman-74ad05396b7c988856c3c2d3af88f3725ef29775.tar.bz2 podman-74ad05396b7c988856c3c2d3af88f3725ef29775.zip |
Add podman machine init --now option
Once we have this option, the new documentation from users becomes
a little simpler.
brew install podman
podman machine init --now
podman run ...
--now option is based off of `systemctl enable XYZ.service --now`
[NO TESTS NEEDED] The infrastructure has not been setup yet to test
podman machine init.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index c864a87ef..1236db602 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -47,6 +47,10 @@ Defaults to `testing`. Memory (in MB). +#### **--now** + +Start the virtual machine immediately after it has been initialized. + #### **--help** Print usage statement. |