{"id":22282271,"url":"https://github.com/cicciog/jdockercontroller","last_synced_at":"2026-05-05T12:33:54.363Z","repository":{"id":89334262,"uuid":"253855316","full_name":"cicciog/JDockerController","owner":"cicciog","description":"Executes docker commands shell","archived":false,"fork":false,"pushed_at":"2023-01-26T23:57:50.000Z","size":3191,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T19:28:20.725Z","etag":null,"topics":["controller","docker","docker-commands","docker-image","dockerfile","java"],"latest_commit_sha":null,"homepage":"","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/cicciog.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":"2020-04-07T16:47:03.000Z","updated_at":"2020-06-22T08:12:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a08a1d4a-6d60-4c95-9989-a4b4054574b0","html_url":"https://github.com/cicciog/JDockerController","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cicciog/JDockerController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicciog%2FJDockerController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicciog%2FJDockerController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicciog%2FJDockerController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicciog%2FJDockerController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cicciog","download_url":"https://codeload.github.com/cicciog/JDockerController/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicciog%2FJDockerController/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649596,"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":["controller","docker","docker-commands","docker-image","dockerfile","java"],"created_at":"2024-12-03T16:26:32.247Z","updated_at":"2026-05-05T12:33:54.323Z","avatar_url":"https://github.com/cicciog.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JDockerController :ocean: :whale: :coffee:\r\nA simple program that executes commands Shell (i.e. .sh or .bat) in java for run docker commands and outputs the console results.\r\n\r\n## Check docker version\r\nShow the Docker version information\r\n```\r\n\u003e docker version\r\n```\r\n## Docker containers available on this host\r\nList all containers\r\n```\r\n\u003e docker ps\r\n```\r\n## Docker images available on this host\r\n List all images\r\n```\r\n\u003e docker images\r\n```\r\n## Remove all docker containers\r\nRemove one or more containers\r\n```\r\n\u003e docker rm $(docker ps -a -q)\r\n```\r\n## Remove all docker images\r\n Remove one or more images\r\n```\r\n\u003e docker rmi $(docker images -q)\r\n```\r\n## Remove all docker images and docker containers\r\n Remove all images and containers (forceability)\r\n```\r\n\u003e docker rmi $(docker images -q) --force\r\n```\r\n## Build docker image\r\nBuild an image from a Dockerfile\r\n```\r\n\u003e docker build -t name:v1.0 .Dockerfile\r\n```\r\n## View more\r\nYou can find the complete list commandline following this reference:\r\nhttps://docs.docker.com/engine/reference/commandline/docker/\r\n\r\n### Import maven dependency OpenCSV\r\n```\r\n\u003cdependency\u003e\r\n    \u003cgroupId\u003ecom.opencsv\u003c/groupId\u003e\r\n     \u003cartifactId\u003eopencsv\u003c/artifactId\u003e\r\n    \u003cversion\u003e4.6\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n```\r\n## Cloning git repositories\r\nThis project involve a git cloner, which read a list of Github :octocat: repository and fetch automatically them in pipeline using a Jgit java library imported with maven in the dependencies of pom.xml file. Each repository contains a docker image with its dockerfile :whale: :octopus:.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicciog%2Fjdockercontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcicciog%2Fjdockercontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicciog%2Fjdockercontroller/lists"}