Sign inSign up

openkylin/hermes-agent

By openkylin

Updated about 2 months ago

Image
0

1.4K

openkylin/hermes-agent repository overview

Quick reference

The tag of each hermes-agent docker image is consist of the complete software stack version. The details are as follows

TagCurrentlyArchitectures
2026.4.16-ok20Hermes Agent 2026.4.16 on openKylin 2.0amd64,arm64,riscv64
2026.7.7.2-ok20Hermes Agent 2026.7.7.2 on openKylin 2.0amd64,arm64,riscv64

Quick Start

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openkylin/hermes-agent image from docker
# From Docker Hub
docker pull openkylin/hermes-agent:{Tag}
#From Quay
docker pull quay.io/openkylin/hermes-agent:{Tag}
  • Launch and enter an interactive container
docker run -it --name my-hermes openkylin/hermes-agent:{Tag} 
OptionDescription
--name my-hermesNames the container my-hermes.
-itStarts the container in interactive mode with a terminal (bash).
openkylin/hermes-agent:{Tag}Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/hermes-agent image you want to use.
  • Run Hermes Agent
hermes

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.

Tag summary

Content type

Image

Digest

sha256:7c12edcc1

Size

953.3 MB

Last updated

about 2 months ago

docker pull openkylin/hermes-agent