DEV Community

Cover image for Install Docker on OSX
Adam K Dean
Adam K Dean

Posted on

1 1

Install Docker on OSX

To install Docker on OSX, you're going to need to install a few prerequisites.

  1. Install Homebrew.
  2. Install VirtualBox.
  3. Install Vagrant.

Now we can finally install Docker. We also need to install boot2docker.

brew install docker
brew install boot2docker
boot2docker init
boot2docker up
export DOCKER_HOST=tcp://localhost:2375
Enter fullscreen mode Exit fullscreen mode

And test it:

docker version
Enter fullscreen mode Exit fullscreen mode

Bear in mind that if boot2docker has a different port than 2375, use the correct one, and don't put a trailing slash either.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post