
docker
2028
这个作者很懒,什么都没留下…
展开
-
docker save/load 操作 xz 格式
docker save/load 镜像,使用 xz 格式dockersaveREPOSITORY | xz >REPOSITORY.tar.xzxz -d -k <REPOSITORY.tar.xz | dockerload原创 2019-10-19 09:23:13 · 2238 阅读 · 0 评论 -
Failed to get D-Bus connection: Operation not permitted
用传统的 bash 创建 docker 容器启动容器服务时,出现的以上问题解决方案:创建容器时指定命令为:/usr/sbin/init原创 2019-08-29 10:55:28 · 2710 阅读 · 0 评论