随笔分类 - docker
docker
摘要:一、sprinboot部分 1、springboottest 的springboot项目,写了controller测试 import org.springframework.beans.factory.annotation.Value; import org.springframework.web.
阅读全文
摘要:1、修改docker.service 因为远程传输,所以需要开启Docker的2375端口的远程访问权限。 修改docker.service配置 ]# vi /usr/lib/systemd/system/docker.service 在ExecStart=/usr/bin/dockerd-curr
阅读全文
摘要:docker rmi -f image_ID 来进行删除
阅读全文
摘要:systemctl restart docker.service
阅读全文
摘要:Docker 支持以下的 64 位 CentOS 版本: CentOS 7 CentOS 8 更高版本... 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 也可以使用国内
阅读全文