From 2059160c94535f23a9d9006720302dc96172335e Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 20 Oct 2020 18:05:36 +0100 Subject: [PATCH] Remove Docker Toolbox docs Signed-off-by: Usha Mandya --- docs/recipes/osx-setup-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/recipes/osx-setup-guide.md b/docs/recipes/osx-setup-guide.md index 90891fd42..16afaac24 100644 --- a/docs/recipes/osx-setup-guide.md +++ b/docs/recipes/osx-setup-guide.md @@ -14,8 +14,6 @@ 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. - ### Solution Using the method described here, you install and compile your own from the git repository and run it as an macOS agent.