This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
929ae4a0b6
moby--moby
/
daemon
/
graphdriver
/
btrfs
/
dummy_unsupported.go
4 lines
37 B
Go
Raw
Normal View
History
Unescape
Escape
Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary Signed-off-by: Andrew Page <admwiggin@gmail.com>
2014-08-02 03:46:15 -04:00
// +build !linux !cgo
Add experimenta btrfs driver This is an experimental btrfs driver. To use it you must have /var/lib/docker mounted on a btrfs filesystem and explicitly specify DOCKER_DRIVER=btrfs in the docker daemon environment. It works by using subvolumes for the docker image/container layers. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2013-11-21 15:45:48 -05:00
package
btrfs
Copy permalink