Skip to content

Commit

Permalink
Use devicemapper
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Oct 31, 2014
1 parent eed5fca commit c978931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions files/profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DOCKER_STORAGE=devicemapper
6 changes: 4 additions & 2 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"guest_additions_mode": "disable",
"guest_os_type": "Linux26_64",
"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "512"]
["modifyvm", "{{.Name}}", "--memory", "1024"]
]
}, {
"name": "parallels",
Expand All @@ -27,7 +27,7 @@
"guest_os_type": "linux",
"guest_os_distribution": "linux-2.6",
"prlctl": [
["set", "{{.Name}}", "--memsize", "512"]
["set", "{{.Name}}", "--memsize", "1024"]
]
}],

Expand All @@ -49,6 +49,8 @@
"inline": [
"sudo cp /tmp/boot2docker/oem-release /var/lib/boot2docker/",

"sudo cp /tmp/boot2docker/profile /var/lib/boot2docker/",

"sudo cp /tmp/boot2docker/bootsync.sh /var/lib/boot2docker/",
"sudo chmod +x /var/lib/boot2docker/bootsync.sh",

Expand Down

0 comments on commit c978931

Please sign in to comment.