Skip to content

Commit 1cfcdd2

Browse files
authored
Fix podman machine setup command order
The machine needs to be stopped before being modified
1 parent add2d9a commit 1cfcdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/podman.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ On systems which involve a Podman Machine managed VM (Mac & Windows), container
4646

4747
[source,bash]
4848
----
49-
podman machine set --rootful=true # or false
5049
podman machine stop
50+
podman machine set --rootful=true # or false
5151
podman machine start
5252
----
5353

0 commit comments

Comments
 (0)