From ffb954b55d36bc07d5caea2e67e768fbd11c4a99 Mon Sep 17 00:00:00 2001 From: Mitch West Date: Sat, 11 Feb 2023 14:48:09 -0500 Subject: [PATCH] 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 --- .../using-podman-mac-helper.md | 13 ++++++++++--- website/docs/troubleshooting.md | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) 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)