.github .test entrypoint mainline modules stable .gitignore CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile-alpine-otel.template Dockerfile-alpine-perl.template Dockerfile-alpine-slim.template Dockerfile-alpine.template Dockerfile-debian-otel.template ...
Example Docker application using Moesif OpenResty plugin to log API calls to Moesif API analytics To learn more about configuration options, please refer to Moesif OpenResty plugin. How to run this example Clone this repo and edit the nginx.conf.d/main.conf file to set your actual Moesif Applic...
Visit the following GitHub repositories for more Docker samples. Awesome Compose: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file. Docker Samples: A collection of over 30 repositories that...
git clone https://github.com/nextcloud/docker.git 进入nextcloud-fpm的Dockerfile目录: cd $work/docker/.examples/dockerfiles/full/fpm build这个镜像: # docker build -t <容器名> <Dockerfile所在目录> docker build -t nextcloud:fpm-bensz . 耐心等待。如果错误,一般是apt-get安装依赖的过程不顺利造成...
1、使用dockerfile制作nginx+php-fpm镜像,实现lnmp。 1.1 制作基础镜像 AI检测代码解析 [root@offline base]# cat Dockerfile FROM centos:centos7.8.2003 MAINTAINER RICKZHU RUN yum install wget -y \ && rm -rf /etc/yum.repos.d/*.repo \
"log_level": "info","log_file_path": "/var/log/calico/cni/cni.log","datastore_type": "kubernetes","nodename": "__KUBERNETES_NODE_NAME__","mtu": __CNI_MTU__,"ipam": {"type": "calico-ipam"},"policy": {"type": "k8s"},"kubernetes": {"kubeconfig": "__KUBECONFIG_FILE...
克隆项目到本地项目环境:github.com/ostenant/sp…[2] 切换到子模块 spring-cloud-starter-thrift-examples 下的test 目录,执行命令 mvn clean package 进行程序打包。 分别将 test-client 和test-server 项目根目录下的Dockerfile 文件和target目录下的 target/*.jar程序拷贝到 192.168.1.182、192.168.1.183 和192....
server{listen80;server_name wiki.example.com;## 这里需要修改成自己的域名 # Maximum file upload size is 4MB-change accordinglyifneeded client_max_body_size 4M;client_body_buffer_size 128k;root/data/dokuwiki;## 这里填真正的wiki目录 index doku.php;#Remember to comment the below out when you'...
将上面的文件保存为 .env 保存至 njs/0.5.0/.env,接着开始编写 Dockerfile: ARG DIST_OS=alpine:3.12 ARG NGX_VER=1.19.6-alpine FROM "nginx:$NGX_VER" AS builder FROM "$DIST_OS" COPY --from=builder /usr/bin/njs /usr/bin/njs COPY --from=builder /usr/lib/libpcre.so.* \ /usr/lib/...
🚀 Linux运维监控工具,支持系统硬件信息,内存,CPU,温度,磁盘空间及IO,硬盘smart,GPU,防火墙,网络流量速率等监控,服务接口监测,大屏展示,拓扑图,端口监控,进程监控,docker监控,日志监控,文件防篡改,数据库监控,指令批量下发执行,web ssh,Linux面板(探针),告警,SNMP监测,K8S,Redis,Nginx,Kafka,资产管理,计划任务,密...