Skip to content

Commit d8e60a8

Browse files
committed
add memory flag
1 parent aa3fbf5 commit d8e60a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/blog/podman-and-docker-rootless.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ brew install docker
362362
1. Initialize and start the Podman machine:
363363
364364
```bash
365-
podman machine init
365+
# check `podman machine init -h` for more options
366+
podman machine init --memory 8192
366367
podman machine start
367368
```
368369

0 commit comments

Comments
 (0)