This is deprecated. Use this page to install the currently supported container manager.
- Uninstall Docker Desktop
- Remove Existing Symlinks:
cd /usr/local/bin
rm docker kubectl docker-compose docker-compose-v1 docker-credential-desktop docker-credential-ecr-login docker-credential-osxkeychain com.docker.cli
cd ~- In ~/.docker/config.json rename credsStore to credStore
-
Download Rancher Desktop
-
In the
Generaltab disable:Allow Collection of Anonymous statistics -
In the
Kubernetestab change container runtime to:dockerd (Moby) -
In the
Kubernetesuncheck theenable kubernetesbox. -
In the
Kubernetestab change memory and CPU to half of your system resources. -
In the
Supporting Utilitiestab enable all symbolic links
If you can't create the symbolic links because you get an error that says:
Insufficient permission to manipulate /usr/local/bin This is probably because you're on an M1 Mac and this directory doesn't exist. To fix that:
sudo mkdir -p /usr/local/bin
sudo chown $USER /usr/local/binRun the following commands:
./clean.sh&&./setup.sh
You can now start plugin-development-docker using ./start.sh
- Rancher Desktop does not support macOS <10.15 please update to the latest macOS
macOs TCC polcies do not allow nfs mounting in the document folder.
- Move the repository files to ~/Projects/plugin-development-docker
If you get "It Works!" in your browser while expecting to see a wordpress installation run the following command:
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist