mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
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:
parent
1bc5ee44ab
commit
ffb954b55d
2 changed files with 20 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue