会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我的梦想是:带着我老婆叶云霞--Travel around the world !
Always on the way to Linux !
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2019年4月2日
CentOS下查看机器配置
摘要: 1.查看系统位数、内核版本 [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-693.11.6.el7.x86_64 #1 SMP Thu Jan 4 01:06:37 UTC 2018 x86_64 x86_64 x86
阅读全文
posted @ 2019-04-02 16:00 Andy-Law
阅读(9409)
评论(0)
推荐(0)
2019年3月16日
学习体验centos7 下根目录扩容操作(步骤详细!!!)
摘要: 转自 苗尼玛乔 感谢你!
阅读全文
posted @ 2019-03-16 18:04 Andy-Law
阅读(3124)
评论(0)
推荐(0)
2019年3月15日
denied: requested access to the resource is denied
摘要: 1.vim /etc/docker/daemon.json 增加一个daemon.json文件 再做个标记 tag docker tag SOURCE_IMAGE[:TAG] 192.168.9.xx/docker/IMAGE[:TAG] 此句我解释下啊, 第一个 SOURCE_IMAGE[:TAG
阅读全文
posted @ 2019-03-15 18:27 Andy-Law
阅读(6573)
评论(0)
推荐(0)
navicat12.0.29破解操作步骤
摘要: navicat12.0.29破解操作步骤 2018年07月11日 22:21:17 xijian0521 阅读数:1620 navicat12.0.29破解操作步骤 2018年07月11日 22:21:17 xijian0521 阅读数:1620 navicat12.0.29破解操作步骤 navic
阅读全文
posted @ 2019-03-15 16:01 Andy-Law
阅读(1741)
评论(0)
推荐(0)
docker commit使用
摘要: 我们运行的容器可能在镜像的基础上做了一些修改,有时候我们希望保存起来,封装成一个更新的镜像 docker自己提供的有commit功能 我们以centos为例,现在我们要在一个裸的centos上面安装vim编辑器,并且把这个功能保存下来,封装成一个能执行vim命令的centos镜像 拉去最新cento
阅读全文
posted @ 2019-03-15 01:26 Andy-Law
阅读(1552)
评论(0)
推荐(0)
记录下docker的常用命令
摘要: 常用命令: docker images:查看本地所有镜像 docker pull centos:7:从仓库中获取镜像 docker ps:列出所有正在运行的容器 docker ps -a:列出所有容器 docker start <name>:启动容器 docker inspect:查看容器的详细信
阅读全文
posted @ 2019-03-15 01:24 Andy-Law
阅读(179)
评论(0)
推荐(0)
2019年3月14日
Docker启动一个Centos镜像,在docker中安装ifconfig和ssh
摘要: 执行docker search centos 现在最流行的Linux嘛。查了下,排名第一的(STARS最多1882)官方版,就是你了 果断拿下, docker pull centos,看网速了静等拿下 其实我在一开始的Docker Quicky Start里面也pull过,但是不知道为什么失败了,换
阅读全文
posted @ 2019-03-14 19:05 Andy-Law
阅读(2903)
评论(0)
推荐(0)
Docker中使用CentOS7镜像
摘要: 因后面会将操作系统从CentOS6.4升级到CentOS7,先试用下CentOS7。 启动容器服务 systemctl start docker.service 下载CentOS7 镜像 [root@wxtest1607 ~]# docker pull centos:7.2.1511 [root@w
阅读全文
posted @ 2019-03-14 18:51 Andy-Law
阅读(2062)
评论(0)
推荐(0)
centOS7.3 6忘记密码/修改root密码
摘要: RedHat最近升级了centos linux操作系统,更新为centos7,更新幅度之大,连红帽官方的认证RHCE也进行了升级,认证必须使用rhel7,可见红帽官方对centos7的重视程度。 最新版本的centos7的常用操作及快捷键等也有了较大的变动,忘记root密码后恢复密码的方法与cent
阅读全文
posted @ 2019-03-14 17:48 Andy-Law
阅读(2130)
评论(0)
推荐(0)
可用的NTP服务器地址
摘要: 国内可用的Internet时间同步服务器地址(NTP时间服务器)好在阿里云提供了7个NTP时间服务器也就是Internet时间同步服务器地址 ntp1.aliyun.comntp2.aliyun.comntp3.aliyun.comntp4.aliyun.comntp5.aliyun.comntp6
阅读全文
posted @ 2019-03-14 11:55 Andy-Law
阅读(11625)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告