# 脚本工具 **Repository Path**: lmud/scripting_tools ## Basic Information - **Project Name**: 脚本工具 - **Description**: 自己学习过程中,一边学一变使用的小脚本工具 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-13 - **Last Updated**: 2021-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 脚本工具 #### 介绍 自己学习过程中,一边学一变使用的小脚本工具 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 ## 新消息 openresty 公司最原始版本 ``` FROM centos:latest #ADD start.sh start.sh RUN yum install -y pcre-devel openssl-devel gcc curl wget perl make RUN cd ~ RUN pwd RUN wget https://openresty.org/download/openresty-1.15.8.3.tar.gz RUN tar -xzvf openresty-1.15.8.3.tar.gz \ && cd openresty-1.15.8.3 \ && ./configure \ && gmake \ && gmake install RUN PATH=$PATH:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin/ COPY lualib/ /usr/local/openresty/lualib COPY conf/ /usr/local/openresty/nginx/conf RUN mkdir /usr/local/openresty/GoverAgent COPY src/ /usr/local/openresty/GoverAgent EXPOSE 80 443 CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"] ``` 公司现在版本,将openresty1.15.8.3版镜像上传到dockerhub上,然后基于该镜像打新镜像