随笔分类 -  docker

记录日常遇到的坑
摘要:Colima 在 Mac 上创建一个虚拟机并在其中安装 Docker Runtime(默认),Mac 上通过 docker cli 进行访问和普通使用 docker cli 无差别 特点 Intel and M1 Macs support Docker and Containerd support 阅读全文
posted @ 2022-12-01 15:37 SurpriseSui 阅读(3277) 评论(0) 推荐(0)
摘要:Ubuntu 14.04/16.04 (使用apt-get进行安装) # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software 阅读全文
posted @ 2019-11-04 14:14 SurpriseSui 阅读(8113) 评论(0) 推荐(0)
摘要:上面就是我在Centos7 修改docker镜像源遇到的问题,在etc/docker/文件下创建了daemon.json文件,下面就是修改成阿里镜像源: { "registry-mirrors": [ "https://pee6w651.mirror.aliyuncs.com"] } 但是在重启的时 阅读全文
posted @ 2019-11-04 14:12 SurpriseSui 阅读(1482) 评论(1) 推荐(1)