소스 검색

Merge pull request #9566 from jfrazelle/btrfs-overlayfs

add note to docs about overlay + btrfs unsupported
James Turnbull 10 년 전
부모
커밋
eba451b659
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      docs/sources/reference/commandline/cli.md

+ 4 - 1
docs/sources/reference/commandline/cli.md

@@ -180,7 +180,10 @@ share executable memory between devices. Use `docker -d -s btrfs -g /mnt/btrfs_p
 
 
 The `overlay` is a very fast union filesystem. It is now merged in the main
 The `overlay` is a very fast union filesystem. It is now merged in the main
 Linux kernel as of [3.18.0](https://lkml.org/lkml/2014/10/26/137).
 Linux kernel as of [3.18.0](https://lkml.org/lkml/2014/10/26/137).
-Call `docker -d -s overlay` to use it.
+Call `docker -d -s overlay` to use it. 
+> **Note:** 
+> It is currently unsupported on `btrfs` or any Copy on Write filesystem
+> and should only be used over `ext4` partitions.
 
 
 #### Storage driver options
 #### Storage driver options