1
0

Update readme

This commit is contained in:
2023-04-07 19:08:32 +00:00
parent 9e55ebd44e
commit a5edc4837f

View File

@ -23,8 +23,13 @@ Note that adding a user to group *docker* has serious security implications. Che
### macOS
$ brew install --cask docker
$ open --background -a Docker && sleep 1m
Note: case-insensitive FS is required for the ~/.out-of-tree directory.
$ 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 install out-of-tree