add dockerfile & readme
2 files changed
tree: c358262857e1631e672d9a033c553ce81a4bc5e0
  1. Dockerfile
  2. README.MD
README.MD

Docker images are not official ASF releases but provided for convenience. Recommended usage is always to build the source.

How to build

export INGRESS_VERSION=0.1.0
$ docker build -t apisix-ingress-controller:${INGRESS_VERSION} --build-arg APISIX_VERSION=${APISIX_VERSION} .

How to deploy

Ref to Apache apisix-ingress-controller