{"id":22173361,"url":"https://github.com/malcodeman/docker-recipes","last_synced_at":"2025-03-24T17:46:07.372Z","repository":{"id":88491313,"uuid":"328472814","full_name":"malcodeman/docker-recipes","owner":"malcodeman","description":"🐳 Docker snippets.","archived":false,"fork":false,"pushed_at":"2022-10-04T21:35:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T22:33:10.269Z","etag":null,"topics":["docker","snippets"],"latest_commit_sha":null,"homepage":"","language":null,"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/malcodeman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-10T20:28:22.000Z","updated_at":"2022-02-17T22:52:16.000Z","dependencies_parsed_at":"2024-03-30T17:55:55.618Z","dependency_job_id":null,"html_url":"https://github.com/malcodeman/docker-recipes","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/malcodeman%2Fdocker-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fdocker-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fdocker-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcodeman%2Fdocker-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malcodeman","download_url":"https://codeload.github.com/malcodeman/docker-recipes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245320617,"owners_count":20596218,"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","snippets"],"created_at":"2024-12-02T07:33:06.050Z","updated_at":"2025-03-24T17:46:07.344Z","avatar_url":"https://github.com/malcodeman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker recipes\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/docker-recipes/blob/master/LICENSE)\n\nThese are some use cases and code snippets to get you started with Docker.\n\n## Recipes\n\n### python\n\n```dockerfile\nFROM python:3-alpine\nRUN pip install --upgrade pip\nRUN mkdir /src\nADD . .\nWORKDIR /src\nRUN pip install -r requirements.txt\nCMD gunicorn --bind 0.0.0.0:$PORT wsgi\n```\n\n### node\n\n```dockerfile\nFROM node:12-alpine\nWORKDIR /app\nCOPY package.json ./\nCOPY yarn.lock ./\nRUN yarn install --production\nCOPY . .\nEXPOSE 8000\nCMD node server.js\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcodeman%2Fdocker-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalcodeman%2Fdocker-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcodeman%2Fdocker-recipes/lists"}