Skip to content

Commit

Permalink
Use my boot2docker.iso to support NFS back
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed May 9, 2014
1 parent ec4b090 commit e7e598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "virtualbox",
"type": "virtualbox-iso",
"iso_url": "boot2docker.iso",
"iso_checksum": "217301e8e71f0c7479dd577bb3c255de",
"iso_checksum": "c7a681fe47a76dd08779b7a19bb140c8",
"iso_checksum_type": "md5",
"boot_wait": "5s",
"ssh_username": "docker",
Expand All @@ -18,7 +18,7 @@
"name": "parallels",
"type": "parallels-iso",
"iso_url": "boot2docker.iso",
"iso_checksum": "217301e8e71f0c7479dd577bb3c255de",
"iso_checksum": "c7a681fe47a76dd08779b7a19bb140c8",
"iso_checksum_type": "md5",
"boot_wait": "15s",
"ssh_username": "docker",
Expand Down

0 comments on commit e7e598e

Please sign in to comment.