Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit 5bc8009

Browse files
committed
Revert changes to "config" parameters
Per comment on the pull request, I've reverted the changes to the example parameters. I still believe the create config section should be changed as anyone can then copy/paste the command to create their config file without having to edit the command.
1 parent 169d48f commit 5bc8009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ VBM = "VBoxManage"
137137
# path to SSH client utility
138138
SSH = "ssh"
139139
SSHGen = "ssh-keygen"
140-
SSHKey = "~/.ssh/id_boot2docker"
140+
SSHKey = "/Users/sven/.ssh/id_boot2docker"
141141

142142
# name of boot2docker virtual machine
143143
VM = "boot2docker-vm"
@@ -150,7 +150,7 @@ ISOURL = "https://api.github.com/repos/boot2docker/boot2docker/releases"
150150
#ISOURL = "https://internal.corp.org/b2d.iso"
151151

152152
# path to boot2docker ISO image
153-
ISO = "~/.boot2docker/boot2docker.iso"
153+
ISO = "/Users/sven/.boot2docker/boot2docker.iso"
154154

155155
# VM disk image size in MB
156156
DiskSize = 20000

0 commit comments

Comments
 (0)