Skip to content

Commit

Permalink
#192 push docker images to ghcr.io registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tarbaev-vl committed Oct 1, 2024
1 parent 04e930e commit d1e5610
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,25 @@

## Via docker

You can find the docker images in the [Docker-hub page](https://hub.docker.com/r/greenmask/greenmask)
You can find the docker images in the:

To run the greenmask container, use the following command:
1. [Docker-hub page](https://hub.docker.com/r/greenmask/greenmask)

To run the greenmask container from DockerHub, use the following command:
```shell
docker run -it greenmask/greenmask:latest
```

2. GitHub container registry

To run the greenmask container from Github registry, use the following command:
```shell
docker run -it GreenmaskIO/greenmask:latest
```

!!! info

For pre-releases (rc, beta, etc.), use explicit tags like `greenmaskio/greenmask:v0.2.0b2`.
For pre-releases (rc, beta, etc.), use explicit tags like `v0.2.0b2`.

## Via brew

Expand Down

0 comments on commit d1e5610

Please sign in to comment.