Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-von-essen authored and legal90 committed Sep 28, 2015
0 parents commit 0116441
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-machine-parallels/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
parallels "github.com/Parallels/docker-machine-parallels"
"github.com/docker/machine/libmachine/drivers/plugin"
)

func main() {
plugin.RegisterDriver(new(parallels.Driver))
}
Loading

0 comments on commit 0116441

Please sign in to comment.