mirror of https://github.com/docker/docs.git
Fix the vbox sample code
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
263f8c5cdd
commit
85405468de
|
@ -14,6 +14,7 @@ func main() {
|
|||
log.SetDebug(true)
|
||||
|
||||
client := libmachine.NewClient("/tmp/automatic", "/tmp/automatic/certs")
|
||||
defer client.Close()
|
||||
|
||||
hostName := "myfunhost"
|
||||
|
||||
|
|
Loading…
Reference in New Issue