Skip to content

Commit fc1611f

Browse files
authored
Merge pull request #50648 from PierreBtz/patch-1
Fix podman machine setup command order
2 parents add2d9a + 1cfcdd2 commit fc1611f

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)