Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created September 24, 2022 14:05
Show Gist options
  • Select an option

  • Save Tracnac/dc63c6601fae0431dbdb27b40b467af1 to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/dc63c6601fae0431dbdb27b40b467af1 to your computer and use it in GitHub Desktop.
Configuration MacOS podman #osx #docker

This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command:

podman machine set --rootful

API forwarding listening on: /Users/tracnac/.local/share/containers/podman/machine/podman-machine-default/podman.sock

The system helper service is not installed; the default Docker API socket address can't be used by podman. If you would like to install it run the following command:

sudo /opt/local/bin/podman-mac-helper install

You can still connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session:

export DOCKER_HOST='unix:///Users/tracnac/.local/share/containers/podman/machine/podman-machine-default/podman.sock'

Machine "podman-machine-default" started successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment