{"id":16885382,"url":"https://github.com/matthewmueller/go-dockrun","last_synced_at":"2026-05-19T14:36:58.102Z","repository":{"id":57586841,"uuid":"97337781","full_name":"matthewmueller/go-dockrun","owner":"matthewmueller","description":"Simple container testing","archived":false,"fork":false,"pushed_at":"2017-08-04T08:01:27.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T22:17:23.326Z","etag":null,"topics":["container","docker","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewmueller.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-15T19:28:31.000Z","updated_at":"2017-08-03T14:52:57.000Z","dependencies_parsed_at":"2022-09-17T20:52:09.395Z","dependency_job_id":null,"html_url":"https://github.com/matthewmueller/go-dockrun","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fgo-dockrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fgo-dockrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fgo-dockrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fgo-dockrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewmueller","download_url":"https://codeload.github.com/matthewmueller/go-dockrun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560369,"owners_count":20472219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container","docker","go","testing"],"created_at":"2024-10-13T16:35:02.041Z","updated_at":"2026-05-19T14:36:54.577Z","avatar_url":"https://github.com/matthewmueller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockrun\n\n[![GoDoc](https://godoc.org/matthewmueller/go-dockrun?status.svg)](https://godoc.org/github.com/matthewmueller/go-dockrun)\n\nSimple container testing\n\n## Install\n\n```\ngo get github.com/matthewmueller/go-dockrun\n```\n\n## Example\n\n```go\nclient, err := dockrun.New()\nif err != nil {\n  log.Fatal(err)\n}\n\ncontainer, err := client.\n  Container(\"yukinying/chrome-headless:latest\", \"chromium\").\n  Expose(\"9222:9222\").\n  Run(ctx)\nif err != nil {\n  log.Fatal(err)\n}\ndefer container.Kill()\n\nerr = container.Check(ctx, \"http://localhost:9222\")\nif err != nil {\n  log.Fatal(err)\n}\n```\n\n## License \n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewmueller%2Fgo-dockrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewmueller%2Fgo-dockrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewmueller%2Fgo-dockrun/lists"}