{"id":22220732,"url":"https://github.com/zablon-oigo/django-on-docker","last_synced_at":"2026-04-09T01:31:08.076Z","repository":{"id":220931732,"uuid":"752943435","full_name":"zablon-oigo/Django-on-Docker","owner":"zablon-oigo","description":"Dockerizing Django with Postgres, Gunicorn, and Nginx","archived":false,"fork":false,"pushed_at":"2024-06-09T09:35:01.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T07:41:55.761Z","etag":null,"topics":["django","docker","docker-compose","dockerfile","gunicorn","nginx","nginx-docker","postgresql","shell-script"],"latest_commit_sha":null,"homepage":"","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/zablon-oigo.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":"2024-02-05T06:43:45.000Z","updated_at":"2024-06-09T09:35:04.000Z","dependencies_parsed_at":"2024-03-07T06:25:43.614Z","dependency_job_id":"3af432e9-db94-464c-92ae-c339cd081421","html_url":"https://github.com/zablon-oigo/Django-on-Docker","commit_stats":null,"previous_names":["zablon-oigo/django-on-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zablon-oigo/Django-on-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zablon-oigo%2FDjango-on-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zablon-oigo%2FDjango-on-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zablon-oigo%2FDjango-on-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zablon-oigo%2FDjango-on-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zablon-oigo","download_url":"https://codeload.github.com/zablon-oigo/Django-on-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zablon-oigo%2FDjango-on-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["django","docker","docker-compose","dockerfile","gunicorn","nginx","nginx-docker","postgresql","shell-script"],"created_at":"2024-12-02T23:09:45.691Z","updated_at":"2026-04-09T01:31:08.048Z","avatar_url":"https://github.com/zablon-oigo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django-on-docker\n\n# What is Docker\nDocker is a platform tha allows you to build, ship and run  any app anywhere.\nDocker is an open source project that is considered a standard way of solving one of the costliest aspect of Software Development - Deployment.\n\n# Docker terminologies\n\n## docker  Client \nthis the command used to control most of docker workflow and talk to remote  Docker server\n\n## Docker Server\nused to start docker server process that builds and launches container via client\n\n## Atomic Host\nis a small finely tuned Operating system Image i.e fedora that support container hosting and atomic os upgrades.\n\n\n## dockerfile\nis a file that define the steps to create and run a custom Image .\ndockerfiles are usually read from top-to-bottom when the image is created.\n```\nFROM \u003cREPO\u003e:\u003cTAG\u003e\nWORKDIR \u003cDIRECTORY\u003e\nCOPY . \u003cDIRECTORY\u003e\n```\n\n## docker-compose.yml\nis a tool we can use to manage one or multiple containers.\n\n## Images\nDocker Image consist of files and metadata, the metadat has information on port mapping and volumes\n\n## Container\nContainers are created from Images, they inherit their metadata to determine their startup configuration.\nChanges to files in a container  are stored  within container in a copy-on-write mechanism.\n\n### Ways to create a Docker Image\n1.  **docker command** fire up the container with **docker run**  and input command to create your image on one command line .\n\n2. **dockerfile** building from known image and specify the build with a limited set of simple commands.\n\n### key docker command\n-**docker build** Build docker image\n-**docker run** run docker image as container\n-**docker commit** commit docker container as image\n-**docker tag** tag a docker image","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzablon-oigo%2Fdjango-on-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzablon-oigo%2Fdjango-on-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzablon-oigo%2Fdjango-on-docker/lists"}