Skip to content

Commit f849c47

Browse files
mboersmaMatthew Fisher
authored andcommitted
fix(docker): use btrfs as coreos does.
When using aufs in docker on coreos, obscure errors show up, such as python's gevent not building for autoconf errors. Specifying btrfs as the filesystem fixes it. See moby/moby#2056
1 parent 163359a commit f849c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ coreos:
1515
ExecStartPre=/bin/mount --make-rprivate /
1616
# Run docker but don't have docker automatically restart
1717
# containers. This is a job for systemd and unit files.
18-
ExecStart=/usr/bin/docker -d -s=aufs -r=false -H fd://
18+
ExecStart=/usr/bin/docker -d -s=btrfs -r=false -H fd://
1919

2020
[Install]
2121
WantedBy=multi-user.target

0 commit comments

Comments
 (0)