跳至主要內容

docker 小记

Change Lee...小于 1 分钟容器Docker

Storage Driver: overlay2

overlay2 可以和物理机共享磁盘


  • overlay2 is the preferred storage driver, for all currently supported Linux distributions, and requires no extra configuration.
  • aufs is the preferred storage driver for Docker 18.06 and older, when running on Ubuntu 14.04 on kernel 3.13 which has no support for overlay2.
  • devicemapper is supported, but requires direct-lvm for production environments, because loopback-lvm, while zero-configuration, has very poor performance. devicemapper was the recommended storage driver for CentOS and RHEL, as their kernel version did not support overlay2. However, current versions of CentOS and RHEL now have support for overlay2, which is now the recommended driver.
  • The btrfs and zfs storage drivers are used if they are the backing filesystem (the filesystem of the host on which Docker is installed). These filesystems allow for advanced options, such as creating “snapshots”, but require more maintenance and setup. Each of these relies on the backing filesystem being configured correctly.
  • The vfs storage driver is intended for testing purposes, and for situations where no copy-on-write filesystem can be used. Performance of this storage driver is poor, and is not generally recommended for production use.
  • https://docs.docker.com/storage/storagedriver/select-storage-driver/open in new window 官方介绍

Logging Driver: json-file

image.png
1572363607788683.png

Cgroup Driver: cgroupfs

https://docs.docker.com/engine/reference/commandline/dockerd/open in new window daemon 介绍

docker 网络桥接配置小记open in new window

dockerfile 小记open in new window

上次编辑于:
贡献者: change,lichangyangccm@163.com
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.1.3