Skip to content

Commit 26e4d96

Browse files
author
Matthew Fisher
committed
Merge pull request #1427 from deis/1409-docker-partition
fix(contrib): give /var/lib/docker 30GB on DO
2 parents 870717b + 2f3dd93 commit 26e4d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/create-coreos-docker-store

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -f "/media/doroot/var/lib/coreos/docker.img" ]; then
55
DOFORMAT=1
66
fi
77

8-
truncate -s 10G /media/doroot/var/lib/coreos/docker.img
8+
truncate -s 30G /media/doroot/var/lib/coreos/docker.img
99
LODEV=`losetup -f --show /media/doroot/var/lib/coreos/docker.img`
1010

1111
if [ -n "$DOFORMAT" ]; then

0 commit comments

Comments
 (0)