fix: etcd image is not public (#65)

set etcd image to bitnami/etcd:3.4.9
1 file changed
tree: 6bccb54bf9a26ad8c0adb96f17a435e2643867cd
  1. .github/
  2. alpine/
  3. alpine-dev/
  4. centos/
  5. example/
  6. .gitignore
  7. build.md
  8. LICENSE
  9. manual.md
  10. README.md
README.md

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

QuickStart

start all modules with docker-compose

$ cd example
$ docker-compose -p docker-apisix up -d

You can refer to the docker-compose example for more try.

How To Build Image

Build your own image

Manual deploy apisix via docker

Manual deploy