Skip to content

Commit

Permalink
Trying docker group for unix connection
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Nov 10, 2016
1 parent 45c5c34 commit 1e28d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ func main() {
driver := newLocalPersistDriver()

handler := volume.NewHandler(driver)
fmt.Println(handler.ServeUnix("root", driver.name))
fmt.Println(handler.ServeUnix("docker", driver.name))
}

0 comments on commit 1e28d5a

Please sign in to comment.