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
bc684fae64
moby--moby
/
daemon
/
graphdriver
/
btrfs
/
dummy_unsupported.go
4 lines
39 B
Go
Raw
Normal View
History
Unescape
Escape
Remove all darwin specific files and use more generic _unsupported with build tags. Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
2014-01-30 17:41:10 -05:00
// +build !linux !amd64
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