Container (OCI-specification).¶
The following section explains possible ways to install MeshCentral locally with the use of Docker or Podman.
For the syntax, docker will be used as default. This is done because podman also supports this syntax.
For reference: Docker and Podman.
Warning
Do not use the built-in MeshCentral update functionality.
Update the container the 'docker way', by updating the image itself.
Available Tags:¶
Tag-name | Explanation |
---|---|
master | This tag belongs to the image which is built on every new commit to the main branch, therefor it has the latest code. |
latest | This tag takes the latest released version of MeshCentral |
1.1.43 | You can also specify the specific MeshCentral release with its tag, for example: ghcr.io/ylianst/meshcentral:1.1.43 |
Refer to this page for more information on the container status.
Pulling the image:¶
docker pull ghcr.io/ylianst/meshcentral:master
Docker CLI:¶
If you want to run the container from the Terminal, you can use the following command:
1 2 3 4 5 6 7 8 9 10 |
|
Docker Compose:¶
If you want to use a docker compose yaml file, please refer to the example below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|