{"id":24121284,"url":"https://github.com/jojoarianto/golang-docker","last_synced_at":"2026-05-18T04:04:26.843Z","repository":{"id":87507140,"uuid":"205636518","full_name":"jojoarianto/golang-docker","owner":"jojoarianto","description":"learn golang with docker","archived":false,"fork":false,"pushed_at":"2019-09-02T21:02:57.000Z","size":3614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T10:13:51.714Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/jojoarianto.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":"2019-09-01T06:05:57.000Z","updated_at":"2024-06-19T10:06:53.982Z","dependencies_parsed_at":null,"dependency_job_id":"e18fa3f3-5f0c-445a-a655-e831e475bccd","html_url":"https://github.com/jojoarianto/golang-docker","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/jojoarianto%2Fgolang-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoarianto%2Fgolang-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoarianto%2Fgolang-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoarianto%2Fgolang-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jojoarianto","download_url":"https://codeload.github.com/jojoarianto/golang-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241202190,"owners_count":19926564,"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":["docker","docker-compose"],"created_at":"2025-01-11T10:51:29.736Z","updated_at":"2025-10-10T06:07:10.184Z","avatar_url":"https://github.com/jojoarianto.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-docker\n\n- create your app\n- create dockerfile\n- build docker image with\n```bash\n# simple script\ndocker build -t your-image-name-you-want .\n\n# another script you can run\ndocker build --rm -f \"Dockerfile\" -t your-image-name-you-want:latest .\n```\n- run docker image \n```bash \ndocker run -p 8080:8080 your-image-name\n```\n\n- [opsional] create your docker-compose file\n- [opsional] build docker-compose into images\n```bash\n# this will build the images\ndocker-compose build\n```\n- [opsional] run container\n```bash \ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojoarianto%2Fgolang-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjojoarianto%2Fgolang-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojoarianto%2Fgolang-docker/lists"}