搜索 “Docker” ,共找到 163 项结果
×
  • 斐讯N1 – 完美刷机Armbian教程

    怎么说呢?我被斐讯N1刷机Armbian活生生折腾了4个晚上,终于还是搞定了。 首先得恭喜你,运气好搜到了我的博客,否则你可能需要8个晚上,16个晚上,甚至绝望。   我先说一下网上教程都坑在哪里: 搞不清楚到底哪个Armbian内核版本好用(好用是指:稳定、低负载、各硬件驱动正常)。 搞不清楚所选内核应该配套哪个dtb文件(或者不知...

    2020-05-02 06:41 Falcon 阅读
  • Docker 各组件的作用和解释

    It's all started with a pressure of splitting the monolithic implementation of Docker and Moby Project as result. Now Docker consist of several components on particular m...

    2020-02-28 15:12 Falcon 阅读
  • Docker for Arm on Linux 入门

    This blog post is the result of collaboration between Arm and Docker.  Special thanks to Jason Andrews @ Arm for creating much of the original content. Arm and Docker announc...

    2020-02-28 13:06 Falcon 阅读
  • Docker Daemon 与 Docker CLI 的交互和工作模式

    Docker is not a monolithic piece of software. It is composed of a few different tools and this article will cover the daemon and the CLI. Quick Jump: Visualizing Docker's Arc...

    2020-02-28 12:04 Falcon 阅读
  • docker下安装adguardhome的教程

    1. 如果以前装过docker版的adg,先删除原有容器和相关配置,具体命令如下(以N1为例,贝壳云把 mmcblk1p3 换成 mmcblk0p4 即可): docker stop adguardhome docker rm adguardhome rm -rf /mnt/mmcblk1p3/adguardhome/confdir/*...

    2020-02-28 04:47 Falcon 阅读
  • docker镜像加速

    官方方法https://www.docker-cn.com/registry-mirror 国内较快的镜像原地址 #Docker 官方中国区 https://registry.docker-cn.com   #网易 http://hub-mirror.c.163.com   #ustc https:...

    2020-02-28 03:04 Falcon 阅读
  • 生成 arm架构的docker compose

    I had built it on my Raspberry Pi 3 Model B Rev 1.2 with Raspbian10 (buster) [arm/v7].You can try to do it on your Raspberry Pi 4. pi@raspberrypi:~ $ git clone https://github.com/...

    2020-01-30 13:22 Falcon 阅读
  • FalconChen
    2019-12-17 22:51
    docker desktop for mac真不是一般的占资源,打开一会风扇呼呼叫,电量以肉眼可见的速度往下掉
  • FalconChen
    2019-12-14 20:55
    新装个Centos8搞docker,结果没想到它自己整了一套,我不想用它那套,然后折腾半天才装上原生docker-ce
  • How to Install Docker on CentOS 8

    CentOS 8 comes with its own tools, buildah and podman, which are compatible with existing docker images and work without relying on a daemon, allowing the creation of containers as...

    2019-12-14 10:20 Falcon 阅读