文件最后提交记录最后更新时间
1 年前
6 个月前
6 个月前
6 个月前
6 个月前
README.md

Quick reference

knox | openEuler

Current knox docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

The Knox API Gateway is designed as a reverse proxy with consideration for pluggability in the areas of policy enforcement, through providers and the backend services for which it proxies requests.

Learn more on knox website.

Supported tags and respective Dockerfile links

The tag of each knox docker image is consist of the version of knox and the version of basic image. The details are as follows

Tags Currently Architectures
2.1.0-oe2403sp2 knox 2.1.0 on openEuler 24.03-LTS-SP2 amd64, arm64
2.0.0-oe2403sp1 Apache knox 2.0.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Start a knox instance by following command:

docker run -it --name knox openeuler/knox:latest

The following message indicates that the knox is ready :

Starting Gateway succeeded with PID xxx.

Users can use --entrypoint to change the entrypoint. To get an interactive shell

docker exec -it knox /bin/bash

Question and answering

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