{"id":21431069,"url":"https://github.com/caioliveira277/fundamentos-docker","last_synced_at":"2026-04-29T23:04:11.571Z","repository":{"id":113934478,"uuid":"321194364","full_name":"caioliveira277/fundamentos-docker","owner":"caioliveira277","description":"Curdo Docker (Cod3r)","archived":false,"fork":false,"pushed_at":"2021-09-04T13:34:42.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T22:13:53.064Z","etag":null,"topics":["course","debian","docker","nginx","python"],"latest_commit_sha":null,"homepage":"https://www.cod3r.com.br/","language":"Python","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/caioliveira277.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":"2020-12-14T00:53:52.000Z","updated_at":"2021-09-04T13:41:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"179a797d-bab6-40dd-b579-609faf5740df","html_url":"https://github.com/caioliveira277/fundamentos-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caioliveira277/fundamentos-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioliveira277%2Ffundamentos-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioliveira277%2Ffundamentos-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioliveira277%2Ffundamentos-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioliveira277%2Ffundamentos-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caioliveira277","download_url":"https://codeload.github.com/caioliveira277/fundamentos-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioliveira277%2Ffundamentos-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262301850,"owners_count":23290150,"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":["course","debian","docker","nginx","python"],"created_at":"2024-11-22T22:29:33.433Z","updated_at":"2026-04-29T23:04:11.515Z","avatar_url":"https://github.com/caioliveira277.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fundamentos docker 🐳\n## Projeto elaborado no curso ***DOCKER - COD3R***\n\n\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge\u0026logo=docker\u0026logoColor=white\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/Nginx-009639?style=for-the-badge\u0026logo=nginx\u0026logoColor=white\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=darkgreen\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/Debian-A81D33?style=for-the-badge\u0026logo=debian\u0026logoColor=white\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n## Ideia: 💡\nCriar um imagens utilizando o docker para entender conceitos básicos da ferramenta.\n\n## Funcionalidades:\n- Dockerfile para imagem do **Python**;\n- Dockerfile para imagem do **Debian**;\n- Dockerfile para imagem do **Nginx**.\n\n## Executando o projeto: 🚀\nPara executar e visualizar o projeto em **modo de desenvolvimento**, você precisará seguir as próximas etapas.\n\n### Pré-requisitos:\nAbaixo estará listada as ferramentas necessárias para o funcionamento do projeto.\n- **Docker** 🐳\u003cbr\u003e\n  [Guia de instalação docker](https://docs.docker.com/get-docker/).\n  \n### Executando o projeto:\nOs scripts abaixo executam a compilação do projeto.\n  ```sh\n   docker image build -t nomedaimagem caminhoDoArquivoDockerfile \n   ```\n   ###### Comando para executar o build das imagens passando o caminho do arquivo\n\n---\n## Links: 🌐\n***Curso Cod3er:***\u003cbr\u003e\n[\u003cins\u003eDocker: Ferramenta essencial para Desenvolvedores\u003c/ins\u003e](https://www.cod3r.com.br/courses/docker)\n\n***Imagens utilizadas:***\u003cbr\u003e\n[\u003cins\u003eDebian image\u003c/ins\u003e](https://hub.docker.com/_/debian) \n\u003cbr\u003e\n[\u003cins\u003ePython image\u003c/ins\u003e](https://hub.docker.com/_/python) \n\u003cbr\u003e\n[\u003cins\u003eNignx image\u003c/ins\u003e](https://hub.docker.com/_/nginx) \n\n---\n## Licença\nEste projeto está licenciado sob a licença [MIT] - consulte o arquivo LICENSE.md para obter detalhes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaioliveira277%2Ffundamentos-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaioliveira277%2Ffundamentos-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaioliveira277%2Ffundamentos-docker/lists"}