Skip to content

Commit

Permalink
more docker docker docker links
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Nov 13, 2024
1 parent 4c7d452 commit 77e1442
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<a class="dropdown-item" href="https://github.com/arkime/arkime/releases">
All Downloads
</a>
<a class="dropdown-item" href="/docker">
Docker
</a>
</div>
</li>
<li class="nav-item d-none d-sm-none d-md-block">
Expand Down
4 changes: 2 additions & 2 deletions _wiki/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This gives you control over how you interact with Arkime within your container e

To see the options that docker.sh supports try out `docker run ghcr.io/arkime/arkime/arkime:snapshot-v5-latest /opt/arkime/bin/docker.sh help`

[Github Arkime Container Registry](https://github.com/arkime/arkime/pkgs/container/arkime%2Farkime)

## Choosing the Right Arkime Image Tag
{: .subsection }

[Github Container Registry](https://github.com/arkime/arkime/pkgs/container/arkime%2Farkime)

### Stable Releases:

* v5-latest: This tag points to the most recent stable release within the 5.x series. Use this if you want to stay on a specific major version. (recommended)
Expand Down
6 changes: 6 additions & 0 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ <h1 class="display-3 text-center">
href="https://github.com/arkime/arkime/releases">
All Downloads
</a>
<a data-toggle="tooltip"
title="Use a container to install Arkime!"
class="btn btn-outline-info btn-lg btn-fw m-2"
href="/docker">
Docker
</a>
</div>
</div> <!-- /download btns -->

Expand Down

0 comments on commit 77e1442

Please sign in to comment.