01 2021 档案

远程 管理 Docker
摘要:设置 Docker 远程访问 编辑文件: vim /usr/lib/systemd/system/docker.service 在 ExecStart=/usr/bin/dockerd-current 后面加上 -H tcp://0.0.0.0:2375 -H unix://var/run/dock 阅读全文

posted @ 2021-01-30 21:39 饮鸩 阅读(132) 评论(0) 推荐(0)

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
摘要:报错: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project harvest_data: Compilation 阅读全文

posted @ 2021-01-30 18:43 饮鸩 阅读(229) 评论(0) 推荐(0)

Docker中安装Redis及修改密码
摘要:1.环境 CentOS Linux release 7.6.1810 (Core) Docker version 18.09.6 复制代码 2.pull docker镜像 docker pull redis:3.2 复制代码 3.docker启动命令 3-1 启动不指定密码,参见(4.修改容器中Re 阅读全文

posted @ 2021-01-29 14:46 饮鸩 阅读(1647) 评论(0) 推荐(0)

linux安装docker
摘要:1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 y 阅读全文

posted @ 2021-01-29 14:32 饮鸩 阅读(133) 评论(0) 推荐(0)