{"id":15685275,"url":"https://github.com/markbates/gocker","last_synced_at":"2025-07-08T22:03:56.693Z","repository":{"id":57528959,"uuid":"156122027","full_name":"markbates/gocker","owner":"markbates","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-25T16:42:51.000Z","size":90,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T22:03:33.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markbates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-04T20:30:10.000Z","updated_at":"2020-07-15T09:54:18.000Z","dependencies_parsed_at":"2022-09-10T17:11:18.643Z","dependency_job_id":null,"html_url":"https://github.com/markbates/gocker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/markbates/gocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fgocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fgocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fgocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fgocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markbates","download_url":"https://codeload.github.com/markbates/gocker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fgocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264357294,"owners_count":23595575,"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":[],"created_at":"2024-10-03T17:24:32.940Z","updated_at":"2025-07-08T22:03:56.676Z","avatar_url":"https://github.com/markbates.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gocker\n\nLet's you quickly run any `go *` command inside of a Docker container.\n\n```bash\n$ gocker -go-version 1.9 -go-mods off test -v ./...\n```\n\nGenerates and runs a Dockerfile similar to:\n\n```Dockerfile\nFROM golang:1.9\n\nENV GO111MODULE=off\n\nWORKDIR $GOPATH/src/github.com/markbates/gocker\n\nCOPY . .\n\nRUN go get -v\n\nRUN go test -v ./...\n```\n\n## Usage\n\n```bash\n$ gocker -h\n\n-dry-run\n    dry run\n-go-mods string\n    turn on/off Go Modules (default \"on\")\n-go-version string\n    go version to run (default \"latest\")\n-path string\n    path to use in Docker for WORKDIR\n-with-dep\n    with dep management\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fgocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkbates%2Fgocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fgocker/lists"}