Skip to content

Commit

Permalink
Update osx-setup-guide.md (distribution#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
scjane authored and dylanrhysscott committed Jan 5, 2023
1 parent 3f837c5 commit 014516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/osx-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is useful if you intend to run a registry server natively on macOS.

You can start a VM on macOS, and deploy your registry normally as a container using Docker inside that VM.

The simplest road to get there is traditionally to use the [docker Toolbox](https://www.docker.com/toolbox), or [docker-machine](/machine/index.md), which usually relies on the [boot2docker](http://boot2docker.io/) iso inside a VirtualBox VM.
The simplest road to get there is traditionally to use the [docker Toolbox](https://www.docker.com/toolbox), or [docker-machine](/machine/index.md), which usually relies on the [boot2docker](http://boot2docker.io/) ISO inside a VirtualBox VM.

### Solution

Expand Down Expand Up @@ -72,4 +72,4 @@ Start the Docker registry:

### Unloading the docker registry service

launchctl unload ~/Library/LaunchAgents/com.docker.registry.plist
launchctl unload ~/Library/LaunchAgents/com.docker.registry.plist

0 comments on commit 014516b

Please sign in to comment.