
docker
I'm always here
路虽远,行者将至。
展开
-
CentOS7 Docker 安装以及配置阿里云镜像加速
Docker支持以下的CentOS版本:CentOS 7 (64-bit)CentOS 6.5 (64-bit) 或更高的版本1、查看内核版本: uname -r内核版本必须大于3.10[root@localhost ~]# uname -r3.10.0-957.el7.x86_64[root@localhost ~]# 2、使用 sudo 或 root 权限的用户登入终端。3...原创 2019-07-10 21:51:20 · 145 阅读 · 0 评论 -
docker笔记
-bash: dockr: 未找到命令:yum -y install net-tools查看虚拟机的ip地址:ifconfig查看网络情况:netstat -ano|grep 8080查看docker扥镜像 :docker images查看容器的状态:docker ps运行容器:docker rundocker run -d -P hub.c.163.com/library/nginx...原创 2019-07-11 22:36:52 · 86 阅读 · 0 评论 -
docker运行nginx服务
1、查看镜像:docker images[root@localhost ~]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEhttpd latest ...原创 2019-07-11 23:02:45 · 375 阅读 · 0 评论