feat: add CI for alpine docker image (#70)

6 files changed
tree: f5beb34266499f3a2a0b281bdc29a9f45ebc88a5
  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