{"id":43455154,"url":"https://github.com/augustosavi/docker-manager","last_synced_at":"2026-02-03T03:01:08.824Z","repository":{"id":276565310,"uuid":"929649824","full_name":"AugustoSavi/docker-manager","owner":"AugustoSavi","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-09T03:41:48.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T04:24:43.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/AugustoSavi.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":"2025-02-09T03:27:12.000Z","updated_at":"2025-02-09T03:41:51.000Z","dependencies_parsed_at":"2025-02-09T04:24:46.329Z","dependency_job_id":"7867ba78-4bff-4f45-af61-22febf635496","html_url":"https://github.com/AugustoSavi/docker-manager","commit_stats":null,"previous_names":["augustosavi/docker-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AugustoSavi/docker-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustoSavi%2Fdocker-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustoSavi%2Fdocker-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustoSavi%2Fdocker-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustoSavi%2Fdocker-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AugustoSavi","download_url":"https://codeload.github.com/AugustoSavi/docker-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustoSavi%2Fdocker-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29029760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"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":[],"created_at":"2026-02-03T03:01:03.043Z","updated_at":"2026-02-03T03:01:08.817Z","avatar_url":"https://github.com/AugustoSavi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eDocker Manager\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/resources/image-readme.png\" alt=\"Descrição da imagem\" width=\"1000\"\u003e\n\u003c/p\u003e\n\n## Configuração do Docker\n\nPara configurar corretamente o Docker para este projeto, siga os passos abaixo:\n\n1. Modifique o arquivo `/etc/docker/daemon.json`, adicionando a seguinte configuração:\n\n   ```json\n   {\n     \"hosts\": [\"tcp://0.0.0.0:2375\", \"unix:///var/run/docker.sock\"]\n   }\n   ```\n\n2. Edite o arquivo `/lib/systemd/system/docker.service` e remova a opção `-H fd://` da propriedade `ExecStart`. Isso garante que a configuração do `daemon.json` não seja sobrescrita.\n\nApós realizar essas mudanças, reinicie o serviço do Docker:\n\n```sh\nsudo systemctl daemon-reload\nsudo systemctl restart docker\n```\n\n## Documentação da API\n\nA documentação da API está disponível nos seguintes endpoints:\n\n- **Swagger UI:** [http://localhost:8080/docs.html](http://localhost:8080/docs.html)\n- **Swagger JSON:** [http://localhost:8080/api-docs](http://localhost:8080/api-docs)\n\n## Estrutura do Projeto\n\nO projeto segue a estrutura de diretórios abaixo:\n\n```\nsrc\n├── main\n│   ├── java\n│   │   └── com\n│   │       └── docker\n│   │           └── manager\n│   │               ├── config\n│   │               │   └── DockerClientConfig.java\n│   │               ├── controllers\n│   │               │   ├── DockerContainersController.java\n│   │               │   └── DockerImagesController.java\n│   │               ├── ManagerApplication.java\n│   │               └── services\n│   │                   └── DockerService.java\n│   └── resources\n│       ├── application.yml\n│       ├── static\n│       └── templates\n└── test\n    └── java\n        └── com\n            └── docker\n                └── manager\n                    └── ManagerApplicationTests.java\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustosavi%2Fdocker-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustosavi%2Fdocker-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustosavi%2Fdocker-manager/lists"}