{"id":25395986,"url":"https://github.com/gfeelixsantos/docker-essencial","last_synced_at":"2026-05-05T12:31:33.861Z","repository":{"id":275368021,"uuid":"925849551","full_name":"gfeelixsantos/docker-essencial","owner":"gfeelixsantos","description":"Curso de introdução aos principais conceitos de docker","archived":false,"fork":false,"pushed_at":"2025-02-02T01:49:42.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T22:39:50.150Z","etag":null,"topics":["docker","docker-compose","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gfeelixsantos.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,"zenodo":null}},"created_at":"2025-02-01T22:20:11.000Z","updated_at":"2025-02-02T01:49:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"49a27c4d-eb82-4bc5-8e4f-c934ac5ac589","html_url":"https://github.com/gfeelixsantos/docker-essencial","commit_stats":null,"previous_names":["gfeelixsantos/docker-essencial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gfeelixsantos/docker-essencial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfeelixsantos%2Fdocker-essencial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfeelixsantos%2Fdocker-essencial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfeelixsantos%2Fdocker-essencial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfeelixsantos%2Fdocker-essencial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfeelixsantos","download_url":"https://codeload.github.com/gfeelixsantos/docker-essencial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfeelixsantos%2Fdocker-essencial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","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":["docker","docker-compose","dockerfile"],"created_at":"2025-02-15T20:56:41.099Z","updated_at":"2026-05-05T12:31:33.844Z","avatar_url":"https://github.com/gfeelixsantos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![](https://img.icons8.com/?size=32\u0026id=cdYUlRaag9G9\u0026format=png\u0026color=000000) Docker Essencial\n\nEste projeto faz parte do curso de introdução ao Docker oferecido por [TechEduca](https://www.youtube.com/watch?v=OERbOJZwGAU\u0026list=PLViOsriojeLrdw5VByn96gphHFxqH3O_N).\n\nNeste curso aprendemos alguns dos principais comandos e ferramentas como:\n\n\t- docker build\n\t- docker run \n\t- docker container ps\n\t- docker container ps -a\n\t- docker container prune\n\t- docker images\n\t- docker rmi $(docker image -q)\n\t- docker volume ls\n\t- docker volume prune\n\t- docker network ls\n\t- docker network --driver [drive] [nome network]\n\t- docker compose up\n\t- docker compose down\n\t\t\nJunto algumas flags auxiliares de acordo com o contexto.\n\n## Projeto\n\nEste projeto consiste um app [NodeJS](https://nodejs.org/en) no qual conecta-se ao um banco de dados [MongoDB](https://www.mongodb.com/pt-br) e utiliza o [Mongo-Express](https://github.com/mongo-express/mongo-express) para interface dos dados.\nNosso foco foi desenvolver um [Dockerfile](https://docs.docker.com/reference/dockerfile/) a cada um e depois integra-los utilizando um [Docker-Compose](https://docs.docker.com/compose/).\n\n```mermaid\ngraph LR\nA[Projeto] --\u003e B(App.Dockerfile)\nA --\u003e C(Mongodb.Dockerfile)\nA --\u003e D(Mongo-Express.Dockerfile)\nB --\u003e E((Docker-Compose))\nC --\u003e E\nD --\u003e E\n```\n\u003cdiv style=\"display:flex; gap: 1rem; justify-content:center;\"\u003e\n\n![](https://img.icons8.com/?size=100\u0026id=54087\u0026format=png\u0026color=000000)\n\n![](https://img.icons8.com/?size=100\u0026id=vd4O40oZk1Y1\u0026format=png\u0026color=000000)\n\n![](https://img.icons8.com/?size=100\u0026id=22813\u0026format=png\u0026color=000000)\n\n\u003c/div\u003e\n\n\n## Execução\n\nVerifique se possuí o docker instalado através do cmd ou wsl (Windows):\n\u003ccode\u003e\n    docker --version\n\u003c/code\u003e\n\nCom docker instalado realize o clone deste repositório:\n\u003ccode\u003e\n    git clone [repositório]\n\u003c/code\u003e\n\nExecute o comando abaixo na raíz do projeto\n\u003ccode\u003e\n    docker compose up -d\n\u003c/code\u003e\n\n\nApós execução do composer, digite:\n\u003ccode\u003e\n    start http://localhost:3000\n\u003c/code\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfeelixsantos%2Fdocker-essencial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfeelixsantos%2Fdocker-essencial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfeelixsantos%2Fdocker-essencial/lists"}