Skip to content

Commit

Permalink
Fix 42 layers issue of AUFS
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Nov 6, 2014
1 parent eed5fca commit b85b91a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"provisioners": [{
"type": "shell",
"inline": [
"mkfs.ext4 -F -L boot2docker-data /dev/sda",
"(echo n; echo p; echo 1; echo; echo; echo w; echo p; echo q;) | sudo fdisk /dev/sda",
"mkfs.ext4 -F -L boot2docker-data /dev/sda1",
"sudo /usr/local/etc/init.d/docker stop",
"sudo /etc/rc.d/automount",

Expand Down

0 comments on commit b85b91a

Please sign in to comment.