Update readme
This commit is contained in:
parent
9e55ebd44e
commit
a5edc4837f
@ -23,8 +23,13 @@ Note that adding a user to group *docker* has serious security implications. Che
|
|||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
$ brew install --cask docker
|
Note: case-insensitive FS is required for the ~/.out-of-tree directory.
|
||||||
$ open --background -a Docker && sleep 1m
|
|
||||||
|
$ brew install podman
|
||||||
|
$ podman machine stop || true
|
||||||
|
$ podman machine rm || true
|
||||||
|
$ podman machine init --cpus=4 --memory=4096 -v $HOME:$HOME
|
||||||
|
$ podman machine start
|
||||||
$ brew tap out-of-tree/repo
|
$ brew tap out-of-tree/repo
|
||||||
$ brew install out-of-tree
|
$ brew install out-of-tree
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user