构建一个属于自己的centos7-php80-swoole的Docker镜像

环境:

VMware虚拟机

一、快速搭建一台centos7虚拟机

二、Centos Docker 安装

#CentOS Docker 安装
curl -sSL https://get.daocloud.io/docker | sh
docker --version
systemctl start docker
systemctl enable docker

三、Centos7.8基础镜像下载

#拉取centos镜像 https://hub.docker.com/_/centos/tags?page=1
docker pull centos:7.8.2003
docker images
docker tag xxxx centos:7.8
docker run -itd -p 8081:80 --name centos7.8 centos:7.8 sh
docker ps
docker exec -it xxxx /bin/bash

四、开始构建centos-php80-swoole

#进入镜像centos7.8内
docker exec -it xxxx /bin/bash

#查看版本
cat /etc/redhat-release

#更改镜像源
yum -y install wget
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

vi /etc/resolv.conf 
nameserver 8.8.8.8
nameserver 114.114.114.114

yum clean al
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值