1
0
Fork 0

Update readme

timestamps
dump_stack() 2023-04-07 19:08:32 +00:00
parent 9e55ebd44e
commit a5edc4837f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 7 additions and 2 deletions

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