{"id":20979320,"url":"https://github.com/jaceee/docker-golang-dep-gin","last_synced_at":"2025-03-13T09:49:05.082Z","repository":{"id":92948862,"uuid":"100742942","full_name":"jaceee/docker-golang-dep-gin","owner":"jaceee","description":"docker image for debug with go dep for vendoring and gin for hot-reloading","archived":false,"fork":false,"pushed_at":"2017-08-21T08:27:19.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T06:24:04.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jaceee.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-18T19:14:09.000Z","updated_at":"2017-08-21T08:27:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"34786ad2-1384-4f0e-8253-91d0026cc635","html_url":"https://github.com/jaceee/docker-golang-dep-gin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceee%2Fdocker-golang-dep-gin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceee%2Fdocker-golang-dep-gin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceee%2Fdocker-golang-dep-gin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceee%2Fdocker-golang-dep-gin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaceee","download_url":"https://codeload.github.com/jaceee/docker-golang-dep-gin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382786,"owners_count":20282008,"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-11-19T05:13:06.915Z","updated_at":"2025-03-13T09:49:05.060Z","avatar_url":"https://github.com/jaceee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-golang-dep-gin\n-----\n\nAn image to debug golang web servers using\n[go dep](https://github.com/golang/dep) for vendoring and [gin](https://github.com/codegangsta/gin) for live-reloading.\n\nThe only supported setup is as follows:\n\n```\nyourpackage\n|-- .gopath\n| |-- yourpackage (symlink)\n|-- vendor\n| |-- github.com\n|   |-- random\n|     |-- library\n|-- Gopkg.toml\n|-- Gopkg.lock\n|-- subpkg\n| |-- subpkg.go\n| |-- subsubpkg\n|   |-- subsubpkg.go\n|-- main.go\n```\n\n\n## Usage\n\nRun this image with your source mounted on `/go/src/app`. Use `APP_PORT`\nenvironment variable to set the port your app listens to (defaults to 8080),\nand `PROXY_PORT` to set the port gin will listen to (defaults to 3000).\n\n```\ndocker run --name some-app-debug -v $(pwd):/go/src/app -e APP_PORT=8085 -p 3000:3000 jace/golang-dep-gin:latest\n```\n\nOr use a docker-compose.yml\n\n```yaml\nversion: '3'\n\nservices:\n  server:\n    image: jace/golang-dep-gin:latest\n    volumes:\n      - .:/go/src/app\n    environment:\n      - \"APP_PORT=8085\"\n    ports:\n      - \"3000:3000\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceee%2Fdocker-golang-dep-gin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaceee%2Fdocker-golang-dep-gin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceee%2Fdocker-golang-dep-gin/lists"}