Skip to content

Commit

Permalink
Docker seems to use OverlayFS(overlay2) by default now when available.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Mar 23, 2017
1 parent 21250bd commit c386970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use the Docker-maintained install script for Debian or Ubuntu. For other operati
linux-image-virtual kernel and linux-image-extra-virtual for AUFS support.
+ sleep 10
>
>This message can be safely ignored, as the script will continue the installation using DeviceMapper. If you require AUFS support, you will need to configure a [distribution supplied](https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distributionsupplied-kernel-with-pvgrub) or [custom compiled](/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-with-pvgrub-debian-ubuntu) kernel.
>This message can be safely ignored, as the script will continue the installation using DeviceMapper or OverlayFS. If you require AUFS support, you will need to configure a [distribution supplied](https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distributionsupplied-kernel-with-pvgrub) or [custom compiled](/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-with-pvgrub-debian-ubuntu) kernel.
2. If necessary, add the non-root user to the "docker" group:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use the Docker-maintained install script for Debian or Ubuntu. For other operati
linux-image-virtual kernel and linux-image-extra-virtual for AUFS support.
+ sleep 10
>
>This message can be safely ignored, as the script will continue the installation using DeviceMapper. If you require AUFS support, you will need to configure a [distribution supplied](https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distributionsupplied-kernel-with-pvgrub) or [custom compiled](/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-with-pvgrub-debian-ubuntu) kernel.
>This message can be safely ignored, as the script will continue the installation using DeviceMapper or OverlayFS. If you require AUFS support, you will need to configure a [distribution supplied](https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distributionsupplied-kernel-with-pvgrub) or [custom compiled](/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-with-pvgrub-debian-ubuntu) kernel.
2. If necessary, add the non-root user to the "docker" group:

Expand Down

0 comments on commit c386970

Please sign in to comment.