Do you love Docker Desktop, but your application is starting to get too big for your local machine? Our Docker Desktop extension is exactly what you need. Get the Docker Desktop experience you love without the restrictions of having to run everything on your local machine.
Follow the steps below to install the Docker Desktop Extension, and move your development environment to the cloud.
Enable Docker Extensions
-
Install Docker Desktop ≥ 4.8.0
- Mac (Apple Silicon):
https://desktop-stage.docker.com/mac/main/arm64/77651/Docker.dmg - Mac (Intel):
https://desktop-stage.docker.com/mac/main/amd64/77651/Docker.dmg - Windows:
https://desktop-stage.docker.com/win/main/amd64/77074/Docker%20Desktop%20Installer.exe - Linux: See post below for instructions on how to install in Ubutu
- Mac (Apple Silicon):
-
Download Docker extension CLI:
-
Install Docker extension CLI:
Mac (Intel)
tar -xvzf desktop-extension-cli-darwin-amd64.tar.gz
mkdir -p ~/.docker/cli-plugins
mv docker-extension ~/.docker/cli-plugins
Mac (Apple Silicon)
tar -xvzf desktop-extension-cli-darwin-arm64.tar.gz
mkdir -p ~/.docker/cli-plugins
mv docker-extension ~/.docker/cli-plugins
Windows
tar -xvzf desktop-extension-cli-windows-amd64.tar.gz
mkdir -p ~/.docker/cli-plugins
mv docker-extension.exe ~/.docker/cli-plugins
- Enable Docker Extensions by running:
docker extension enable
Install the Okteto Docker Desktop Extension
docker extension install okteto/docker-desktop-extension:0.1.17
Developing time!
Once everything is installed, you’ll see the Okteto logo in the extensions section of Docker Desktop. Click on it and start developing! GitHub - okteto/movies-with-compose: Movies App deployed with Compose is a good repository to get started with.
If you run into any issues, or you have any feedback, please let us know by posting a message on this topic!