Skip to content

Instantly share code, notes, and snippets.

@btbytes
Last active November 14, 2022 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/9828fecf62dc01f86645df0f9ee1d360 to your computer and use it in GitHub Desktop.
Save btbytes/9828fecf62dc01f86645df0f9ee1d360 to your computer and use it in GitHub Desktop.
podman machine start

$ podman machine start

Starting machine "podman-machine-default" Waiting for VM ... Mounting volume... /Users/pradeep:/Users/pradeep

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/pradeep/.podman/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 commands:

    sudo /usr/local/Cellar/podman/4.3.1/bin/podman-mac-helper install
    podman machine stop; podman machine start

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

    export DOCKER_HOST='unix:///Users/pradeep/.podman/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