Fix old documentation from 'podman-mac-helper setup' to 'podman-mac-helper install' and direct users to 'podman-mac-helper install --help' for more options

Signed-off-by: Mitch West <mitch9378dev@gmail.com>
This commit is contained in:
Mitch West 2023-02-11 14:48:09 -05:00 committed by Florent BENOIT
parent 1bc5ee44ab
commit ffb954b55d
2 changed files with 20 additions and 6 deletions

View file

@ -29,17 +29,24 @@ The service redirects `/var/run/docker` to the fixed user-assigned UNIX socket l
1. Install the `podman-mac-helper` tool.
Run the command:
```
$ brew install podman-mac-helper
```sh
brew install podman-mac-helper
```
2. Set up the `podman-mac-helper` service for each user.
Run the command:
```sh
sudo podman-mac-helper install
```
$ podman-mac-helper setup
For additional install options please run the command:
```sh
sudo podman-mac-helper install --help
```
#### Verification
1. Your tools communicating to the Docker socket, such as [Maven](https://maven.apache.org/) or [Testcontainers](https://www.testcontainers.org/), communicate with Podman without reconfiguration.

View file

@ -171,9 +171,16 @@ This may appear when either:
1. Stop Docker Desktop (if install)
2. Run the `podman-mac-helper` binary:
```sh
sudo podman-mac-helper install
```
```sh
sudo podman-mac-helper install
```
for additional options please run the command:
```sh
sudo podman-mac-helper install --help
```
3. Restart the Podman machine (the default Docker socket path will be recreated and Podman will emulate it)