Quick Start with Docker
Prerequisites
1. Install the Meshery command line client, mesheryctl .Deploying Meshery on Docker
Follow these installation steps to use Docker and Docker Compose to run Meshery. Users often choose this installation approach in order to run Meshery on their local machine. If you need to install docker, see Getting Started with Docker and if you need to install docker-compose, see Installing Docker Compose.
Start Meshery by executing:
mesheryctl system start
- Meshery server supports customizing authentication flow callback URL, which can be configured in the following way
MESHERY_SERVER_CALLBACK_URL=https://custom-host mesheryctl system start
Once you have verified that all the services are up and running, Meshery UI will be accessible on your local machine on port 9081. Open your browser and access Meshery at http://localhost:9081
. Log into the Provider of your choice.
Upon starting Meshery successfully, instructions to access Meshery will be printed on the screen. See these guides for usage tips.
curl -L https://meshery.io/install | PLATFORM=docker bash -curl -L https://meshery.io/install | PLATFORM=docker bash - Successfully installed Meshery
Suggested Reading
- Docker Extension - Install Docker Extension for Meshery
Recent Discussions with "meshery" Tag
- Jan 25 | Meshery Build and Release Meeting | Jan 25th, 2024
- Jan 24 | Meshery Development Meeting | Jan 24th, 2024
- Dec 14 | Meshery v0.8.0 Roadmap
- Jan 18 | Unable to import designs - docker compose
- Jan 17 | Meshery Development Meeting | Jan. 17th, 2024
- Jan 16 | How to deploy a sample app in Meshery playground
- Jan 13 | How to earn badge on Meshery?
- Jan 12 | Need a help of meshmate
- Jan 11 | Meshery Build and Release | Jan 11th, 2024
- Jan 12 | Connect Meshery to Locally Running Meshery Remote Provider