Skip to content

Instantly share code, notes, and snippets.

@mainawycliffe
Created October 12, 2022 20:12
Show Gist options
  • Save mainawycliffe/6bcb030309347d0964474ff3b8fb7cd0 to your computer and use it in GitHub Desktop.
Save mainawycliffe/6bcb030309347d0964474ff3b8fb7cd0 to your computer and use it in GitHub Desktop.
pool, err := dockertest.NewPool("")
if err != nil {
log.Fatalf("Could not connect to docker: %s", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment