摘要: docker里的centos 安装sshd服务 sa 发布于 2018-01-12 分类:未分类 阅读(3405) 评论(0) 1、 yum install openssh-server 2、启动sshd 报错 需要绝对路径 [root@0463226081ca src]# sshd sshd re 阅读全文
posted @ 2020-03-09 16:53 wilson'blog 阅读(865) 评论(0) 推荐(0)
摘要: Docker ntpdate Permition error After building a Dockerfile, I run it. I figure out that there is something wrong with local time. So I start to instal 阅读全文
posted @ 2020-03-09 14:14 wilson'blog 阅读(178) 评论(0) 推荐(0)
摘要: Docker容器使用问题:Failed to get D-Bus connection: Operation not permitted 刚开始接触Docker的朋友,可能会遇到这么一个问题,使用centos7镜像创建容器后,在里面使用systemctl启动服务报错。针对这个报错,我们接下来就分析下 阅读全文
posted @ 2020-03-09 11:09 wilson'blog 阅读(1123) 评论(0) 推荐(0)
摘要: 素胚勾勒不出你 所需软件 您需要在电脑中安装 Oracle Virtual Box 和 Vagrant 。如果已经装好,那我们就开始吧! 步骤1:创建 CentOS 虚拟机 在本地目录(本文中使用 ~/vagrant 目录)中创建一个 Vagrantfile 文件,内容如下: # -*- mode: 阅读全文
posted @ 2020-03-09 10:01 wilson'blog 阅读(1651) 评论(0) 推荐(0)