Skip to content

Instantly share code, notes, and snippets.

@mainawycliffe
Created October 12, 2022 20:13
Show Gist options
  • Save mainawycliffe/699e5cb306c7efa56ea6eb561ae4d520 to your computer and use it in GitHub Desktop.
Save mainawycliffe/699e5cb306c7efa56ea6eb561ae4d520 to your computer and use it in GitHub Desktop.
resource, err := pool.BuildAndRun("mailhog-test-server", "./Dockerfile", []string{})
if err != nil {
log.Fatalf("Could not start resource: %s", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment