目录 简介 安装 yum方式安装nginx 编译方式安装 systemd管理 动态添加第三方模块 作用 提供静态内容 简单的代理服务器 设置FastCGI ...
Alpine Linux是基于musl libc和busybox的面向安全的轻量级Linux发行版。有些命令用法和包名和centos ubuntu 之类的不一样 包管理工具apk apk add 包名 安装 xx包 apk del 包名 卸载 xx包 apk update 更新源 apk 的源 使用阿里云 a. 编辑 etc apk repositories b. 将里面 dl cdn.alpin ...
2021-01-06 22:41 0 408 推荐指数:
目录 简介 安装 yum方式安装nginx 编译方式安装 systemd管理 动态添加第三方模块 作用 提供静态内容 简单的代理服务器 设置FastCGI ...
1、下载alpine镜像 [root@docker43 ~]# docker pull alpine Using default tag: latest Trying to pull repository docker.io/library/alpine ... latest ...
一 工作目录 root@k8s-harbor-01:/data/dockerfile/system/alpine-glibc# pwd /data/dockerfile/system/alpine-glibc 二 下载glibc root@k8s-harbor-01:/data ...
Docker Alpine Dockerfile 安装nginx,最小镜像 ...
nginx 官方网站下载对应版本包 http://nginx.org/en/download.html 安装Nginx依赖包 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 安装PCRE ...
本文参考自:https://www.cnblogs.com/opsprobe/p/10773582.html https://www.cnblogs.com/hhyf/p/11518919.html nginx官网安装教程:http://nginx.org/en ...
1 NGINX镜像制作: 1.1 NGINX-dockerfile 1.2 启动nginx ...
docker中使用golang:alpine镜像制作开启goweb的dockerfile go的web代码 dockerfile文件 感悟 run和entrypoint,都可以执行命令,可以不用写中括号 ...