Skip to content

Commit

Permalink
Merge pull request #10852 from meshery/leecalcote/docs/quickstart
Browse files Browse the repository at this point in the history
[Docs] Shorten quick start guide
  • Loading branch information
leecalcote committed May 3, 2024
2 parents bc54bba + 6c43cfa commit 8349895
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions docs/pages/installation/docker-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,27 @@ abstract: Install Docker Extension for Meshery

<h1>Quick Start with {{ page.title }} <img src="{{ page.image }}" style="width:35px;height:35px;" /></h1>

## 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
## Install the Docker Meshery Extension

1. Navigate to the Extensions Marketplace of Docker Desktop.
Select one of the following three options to install the Docker Meshery Extension:

2. From the Dashboard, select Add Extensions in the menu bar or open the Extensions Marketplace from the menu options.
- [Install the Docker Meshery Extension](#install-the-docker-meshery-extension)
- [Using Docker Desktop](#using-docker-desktop)
- [Using Docker Hub](#using-docker-hub)
- [Using Docker CLI](#using-docker-cli)
- [Remove Meshery as a Docker Extension](#remove-meshery-as-a-docker-extension)

<a href="{{ site.baseurl }}/assets/img/platforms/docker-extension-marketplace-1.png">
<img style="width:350px;" src="{{ site.baseurl }}/assets/img/platforms/docker-extension-marketplace-1.png">
</a>
### Using Docker Desktop

3. Navigate to Meshery in the Marketplace and press install.
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.

<a href="{{ site.baseurl }}/assets/img/platforms/docker-extension.png">
<img style="width:90%" src="{{ site.baseurl }}/assets/img/platforms/docker-extension.png">
</a>
[![Docker Meshery Extension]({{site.baseurl}}/assets/img/platforms/docker-desktop-meshery-extension.png)]({{site.baseurl}}/assets/img/platforms/docker-desktop-meshery-extension.png)

OR
### Using Docker Hub

You can visit the [Docker Hub](https://hub.docker.com/extensions/meshery/docker-extension-meshery) marketplace to directly install Meshery extension in your Docker Desktop.
You can find the [Docker Meshery Extension in Docker Hub](https://hub.docker.com/extensions/meshery/docker-extension-meshery) marketplace to install the Docker Meshery Extension.

### Using Docker CLI

Expand All @@ -64,6 +62,7 @@ Meshery runs as a set of one or more containers inside your Docker Desktop virtu
</pre>



## Remove Meshery as a Docker Extension

If you want to remove Meshery as a Docker extension from your system, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install and start Meshery, begin by installing `mesheryctl`. If you are on ma

<script src="/assets/js/terminal.js" data-termynal-container="#termynal0"></script>

{% include alert.html type="info" title="Meshery CLI Package Managers" content="Meshery CLI can be installed in various ways (see <a href='{{ site.baseurl }}/installation/mesheryctl'>all options</a>). In addition to <a href='/installation/linux-mac/bash'>Bash</a>, you can also use <a href='/installation/linux-mac/brew'>Brew</a> or <a href='/installation/windows/scoop'>Scoop</a> to install <code>mesheryctl</code>. Alternatively, <code>mesheryctl</code> is also available <a href='https://github.com/meshery/meshery/releases/latest'>direct download</a>." %}
{% include alert.html type="info" title="Meshery CLI Package Managers" content="Meshery CLI can be installed in various ways (see <a href='/installation/mesheryctl'>all options</a>). In addition to <a href='/installation/linux-mac/bash'>Bash</a>, you can also use <a href='/installation/linux-mac/brew'>Brew</a> or <a href='/installation/windows/scoop'>Scoop</a> to install <code>mesheryctl</code>. Alternatively, <code>mesheryctl</code> is also available <a href='https://github.com/meshery/meshery/releases/latest'>direct download</a>." %}

## Access Meshery

Expand Down

0 comments on commit 8349895

Please sign in to comment.