diff --git a/website/docs/migrating-from-docker/using-podman-mac-helper.md b/website/docs/migrating-from-docker/using-podman-mac-helper.md index 7a69ca627ab..db42f9c4342 100644 --- a/website/docs/migrating-from-docker/using-podman-mac-helper.md +++ b/website/docs/migrating-from-docker/using-podman-mac-helper.md @@ -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. diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 3c391505f1e..fd81caed260 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -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)