Skip to content

Commit

Permalink
Update README for new CreateContainer parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Dec 26, 2015
1 parent 0cba4a9 commit 3afdaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
Cmd: []string{"bash"},
AttachStdin: true,
Tty: true}
containerId, err := docker.CreateContainer(containerConfig, "foobar")
containerId, err := docker.CreateContainer(containerConfig, "foobar", nil)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 3afdaee

Please sign in to comment.