Quick Start with Docker Extension
Docker Extension for Meshery
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.
Using Docker Desktop
-
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.
- Navigate to Meshery in the Marketplace and press install.
OR
You can visit the Docker Hub marketplace to directly install Meshery extension in your Docker Desktop.
Using Docker CLI
Meshery runs as a set of one or more containers inside your Docker Desktop virtual machine.
docker extension install meshery/docker-extension-mesherydocker extension install meshery/docker-extension-meshery Successfully installed Meshery mesheryctl system dashboard
Remove Meshery as a Docker Extension
If you want to remove Meshery as a Docker extension from your system, follow these steps:
-
Stop Meshery Container:
- First, stop the running Meshery container (if it’s currently running) using the following Docker command:
docker stop meshery-containerdocker stop meshery-container -
Remove Meshery Container:
- After stopping the container, you can remove it using the following command:
docker rm meshery-containerdocker rm meshery-container -
Remove Meshery Images:
- Meshery might have pulled Docker images for its components. You can remove these images using the
docker rmi
command. Replace the image names with the actual ones you want to remove:
docker rmi meshery/meshery:latestdocker rmi meshery/meshery:latestdocker rmi meshery/adapters:latestdocker rmi meshery/adapters:latest…and so on for other Meshery-related images
- Meshery might have pulled Docker images for its components. You can remove these images using the
-
Remove Meshery Volumes (if necessary):
- Meshery may have created Docker volumes to persist data. You can list and remove these volumes using the
docker volume ls
anddocker volume rm
commands. For example:
docker volume lsdocker volume lsdocker volume rm meshery-data-volumedocker volume rm meshery-data-volume…remove other Meshery-related volumes if present
- Meshery may have created Docker volumes to persist data. You can list and remove these volumes using the
-
Remove Docker Network (if necessary):
- If Meshery created a custom Docker network, you can remove it using the
docker network rm
command. For example:
docker network rm meshery-networkdocker network rm meshery-network - If Meshery created a custom Docker network, you can remove it using the
-
Clean Up Configuration (optional):
- If Meshery created configuration files or directories on your host machine, you can remove them manually if you no longer need them.
Suggested Reading
Recent Discussions with "meshery" Tag
- Dec 06 | Anyone is aware about this issue, It stucks here,only. During running of UI & Server
- Dec 09 | Meshery.io setup issue
- Dec 06 | Meshery Development Meeting (Dec. 6th, 2023)
- Dec 06 | Multi client scenario with 1 nighthawk client and workers
- Dec 04 | Link Meshery Integrations and Github workflow or local code
- Dec 01 | I joined Meshery today seeking meshmate to guide and understanding the projects codebase
- Dec 01 | [ui] tips on running meshery in local machine
- Dec 02 | Facing issue while setting meshery locally
- Nov 23 | [Recap] Meshery Development Meeting 22nd Nov, 2023
- Nov 15 | Meshery UI Dashboard Redesign