Skip to content

Commit c978931

Browse files
committed
Use devicemapper
1 parent eed5fca commit c978931

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

files/profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOCKER_STORAGE=devicemapper

template.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"guest_additions_mode": "disable",
1313
"guest_os_type": "Linux26_64",
1414
"vboxmanage": [
15-
["modifyvm", "{{.Name}}", "--memory", "512"]
15+
["modifyvm", "{{.Name}}", "--memory", "1024"]
1616
]
1717
}, {
1818
"name": "parallels",
@@ -27,7 +27,7 @@
2727
"guest_os_type": "linux",
2828
"guest_os_distribution": "linux-2.6",
2929
"prlctl": [
30-
["set", "{{.Name}}", "--memsize", "512"]
30+
["set", "{{.Name}}", "--memsize", "1024"]
3131
]
3232
}],
3333

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

52+
"sudo cp /tmp/boot2docker/profile /var/lib/boot2docker/",
53+
5254
"sudo cp /tmp/boot2docker/bootsync.sh /var/lib/boot2docker/",
5355
"sudo chmod +x /var/lib/boot2docker/bootsync.sh",
5456

0 commit comments

Comments
 (0)