the docker for Apache APISIX. Contribute to apache/apisix-docker development by creating an account on GitHub.
master .github all-in-one centos compose dashboard debian-dev debian docs example .asf.yaml .gitignore .markdownlint.yml LICENSE MAINTAINING.md Makefile README.mdBreadcrumbs apisix-docker / README.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory ...
前期准备:已安装 git、docker、docker-compose 从github下载源码 git clone https://github.com/apache/apisix-docker.git 切换到示例文件夹 cd apisix-docker/example 一键部署 docker-compose -p docker-apisix up -d 至此完成apisix的部署! 发布于 2024-09-13 23:57・北京 ...
The latest version can be find at `https://github.com/apache/apisix/releases` export APISIX_VERSION=2.4 docker build -t apisix:${APISIX_VERSION}-alpine --build-arg APISIX_VERSION=${APISIX_VERSION} -f alpine/Dockerfile alpine Build from master branch version, which has latest code(ONLY ...
1 git clone git@github.com:iresty/docker-apisix.git 安装etcd 服务 1、拉去etcd镜像 1 docker pull bitnami/etcd:3.3.13-r80 2、启动etcd服务器实例 1 2 3 4 5 6 docker run -it --name etcd-server \ -v /e/github/docker-apisix/example/etcd_conf/etcd.conf.yml:/opt/bitnami/etcd/conf/...
其实就是启动的时候不能有这个文件 /usr/local/apisix/conf/config_listen.sock,我的一直报这个错,每次进去删掉就正常 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs...
git clone https://github.com/apache/apisix-docker.git 配置文件copy到工作目录 sudo cp -R ./apisix/docker/example /mnt/docker/apisix 修改配置文件 依次进入工作目录下的配置目录,根据需要修改访问密码等。 修改部署文件 sudo nano /mnt/docker/apisix/docker-compose.yml ...
https://github.com/apache/apisix-docker/blob/master/example/apisix_conf/config.yaml 7、拉取apisix-dashboard镜像 代码语言:javascript 代码运行次数:0 运行 AI代码解释 docker pull apache/apisix-dashboard:3.0.1-centos 8、查看apisix-dashboard相关端口是否被占用 ...
https://github.com/apache/apisix-docker/issues/470#issuecomment-1683811593 Here is an automated workaround that should allow the apisix container to start on the next boot after a crash: ```bash crontab -e ``` Add the line: ``` @reboot /usr/bin/docker rm -f apisix; cd /root/apisix...
git clone https://github.com/apache/apisix-docker.git 或者,如果需要特定版本的APISIX,可以指定分支进行下载,例如: bash git clone -b release/apisix-3.4.1 https://github.com/apache/apisix-docker.git 运行Docker命令以启动APISIX容器 切换到apisix-docker/example路径下,执行以下命令启动APISIX: bash cd...