{"id":16341869,"url":"https://github.com/adimit/docker-util","last_synced_at":"2025-07-17T02:37:11.349Z","repository":{"id":66452564,"uuid":"45841646","full_name":"adimit/docker-util","owner":"adimit","description":"Docker utility image with common commands to link into your containers","archived":false,"fork":false,"pushed_at":"2015-11-09T14:20:01.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T16:42:31.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/adimit.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}},"created_at":"2015-11-09T14:04:28.000Z","updated_at":"2015-11-09T14:19:18.000Z","dependencies_parsed_at":"2023-02-23T07:16:10.623Z","dependency_job_id":null,"html_url":"https://github.com/adimit/docker-util","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Fdocker-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Fdocker-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Fdocker-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adimit%2Fdocker-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adimit","download_url":"https://codeload.github.com/adimit/docker-util/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239461201,"owners_count":19642536,"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":[],"created_at":"2024-10-11T00:00:35.307Z","updated_at":"2025-02-18T11:26:32.171Z","avatar_url":"https://github.com/adimit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `docker-util`\n\nA bulky image with all kinds of utility installed. You can use it to link to\nexisting containers and do things to them, while they're running.\n\n## Get a db prompt in a mysql container\n~~~\ndocker run --name \"db\" -e MYSQL_ROOT_PASSWORD -d mariadb\ndocker run --rm -ti --link db:db adimit/util /bin/sh -c 'mysql -uroot -hdb -p${DB_ENV_MYSQL_ROOT_PASSWORD}'\n~~~\n\n## Open a stream to a service\n~~~\ndocker run --name memcache -d memcached\ndocker run --rm -ti --link memcache:mc adimit/util telnet mc 11211\n~~~\n\n(You could also use netcat.)\n\n# License\n\nThis repository is public domain.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadimit%2Fdocker-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadimit%2Fdocker-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadimit%2Fdocker-util/lists"}