Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Update README for new CreateContainer parameter
Browse files Browse the repository at this point in the history
refs #184
  • 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
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.