Quick reference
-
The official knox docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
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.