docs/static/v0.7/installation/docker/docker-extension/index.html
The Docker Extension for Meshery extends Docker Desktop’s position as the developer’s go-to Kubernetes environment with easy access to full the capabilities of Meshery’s collaborative cloud native management features.
Select one of the following three options to install the Docker Meshery Extension:
Navigate to the Extensions Marketplace of Docker Desktop. From the Dashboard, select Add Extensions in the menu bar or open the Extensions Marketplace from the menu options.
You can find the Docker Meshery Extension in Docker Hub marketplace to install the Docker Meshery Extension.
Meshery runs as a set of one or more containers inside your Docker Desktop virtual machine.
docker extension install meshery/docker-extension-meshery
docker extension install meshery/docker-extension-mesherySuccessfully installed Mesherymesheryctl system dashboard
If you want to remove Meshery as a Docker extension from your system, follow these steps:
Stop Meshery Container:
`$ docker stop meshery-container`
Remove Meshery Container:
`$ docker rm meshery-container`
Remove Meshery Images:
docker rmi command. Replace the image names with the actual ones you want to remove:`$ docker rmi meshery/meshery:latest`
`$ docker rmi meshery/adapters:latest`
…and so on for other Meshery-related images
Remove Meshery Volumes (if necessary):
docker volume ls and docker volume rm commands. For example:`$ docker volume ls`
`$ docker volume rm meshery-data-volume`
…remove other Meshery-related volumes if present
Remove Docker Network (if necessary):
docker network rm command. For example:`$ docker network rm meshery-network`
Clean Up Configuration (optional):