Issue on Setting Up Meshery Using Docker

I attempted to set up and run Meshery using “Docker”, following the steps outlined in the contribution guide meshery/CONTRIBUTING.md at master · meshery/meshery · GitHub and meshery/ui at master · meshery/meshery · GitHub. My goal was to avoid installing dependencies directly on my local machine. Instead, I leveraged Docker to create a clean and isolated development environment. This approach allows me to focus on development without worrying about potential conflicts with globally installed dependencies or tools.

I tried changing the text but it doesn’t reflect:


However, I’m curious if this is a common or recommended practice among contributors. Do most of you prefer to set up Meshery locally, or is using Docker (or similar containerized environments) a common way to work on the project? Thanks in advanced!

I recommend using the contributing guides from Meshery Docs.