{"id":13700811,"url":"https://github.com/Trendyol/docker-shell","last_synced_at":"2025-05-04T19:33:28.962Z","repository":{"id":37702137,"uuid":"236063121","full_name":"Trendyol/docker-shell","owner":"Trendyol","description":"A simple interactive prompt for docker","archived":true,"fork":false,"pushed_at":"2020-08-06T21:22:45.000Z","size":86,"stargazers_count":393,"open_issues_count":3,"forks_count":30,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-03T20:09:49.632Z","etag":null,"topics":["docker","golang","interactive","prompt","shell"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Trendyol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-24T18:50:38.000Z","updated_at":"2024-07-28T11:57:59.000Z","dependencies_parsed_at":"2022-07-18T05:21:42.868Z","dependency_job_id":null,"html_url":"https://github.com/Trendyol/docker-shell","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fdocker-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fdocker-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fdocker-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fdocker-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trendyol","download_url":"https://codeload.github.com/Trendyol/docker-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224406065,"owners_count":17305718,"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":["docker","golang","interactive","prompt","shell"],"created_at":"2024-08-02T20:01:02.032Z","updated_at":"2024-11-13T06:31:30.207Z","avatar_url":"https://github.com/Trendyol.png","language":"Go","readme":"# docker-shell\n\nA simple interactive prompt for Docker. Inspired from [kube-prompt](https://github.com/c-bata/kube-prompt) uses [go-prompt](https://github.com/c-bata/go-prompt).\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-ligthgreen.svg)](https://opensource.org/licenses/MIT) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CONTRIBUTING.md)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n## Table Of Contents\n\n- [Features:](#features)\n- [Installation](#installation)\n  - [Homebrew](#homebrew)\n  - [Build From Source Code](#build-from-source-code)\n- [How To Use](#how-to-use)\n- [How To Contribute](#how-to-contribute)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Features\n\n- [X] Suggest docker commands\n- [X] List container ids\u0026names after docker exec/start/stop commands\n- [X] Suggest command parameters based on typed command\n- [X] List images from docker hub after docker pull command [v1.2.0](https://github.com/Trendyol/docker-shell/milestone/1)\n- [X] Suggest port mappings after docker run command [v1.3.0](https://github.com/Trendyol/docker-shell/milestone/2)\n- [X] Suggest available images after docker run command [v1.3.0](https://github.com/Trendyol/docker-shell/milestone/2)\n\n## Installation\n\n### Homebrew\n\nYou can install by using *homebrew*:\n\n```bash\nbrew tap trendyol/trendyol-tap\n\nbrew install docker-shell\n```\n\n### Build From Source Code\n\nYou can build the command from source code by following the steps below:\n\n```bash\ngit clone git@github.com:Trendyol/docker-shell.git\n\ncd docker-shell\n\nsudo go build -o /usr/local/bin/docker-shell .\n\ndocker-shell\n```\n\n## How To Use\n\nAfter installation, you can type `docker-shell` and run the interactive shell.\n\n[![asciicast](https://asciinema.org/a/AKDTBnD3gKKzACDdj7Tm670PJ.svg)](https://asciinema.org/a/AKDTBnD3gKKzACDdj7Tm670PJ)\n\nImage suggestion from docker hub:\n\n[![asciicast](https://asciinema.org/a/UCfYZNXCcVxIiqNKsAMtEhmiM.svg)](https://asciinema.org/a/UCfYZNXCcVxIiqNKsAMtEhmiM)\n\nPort mapping suggestion:\n\n[![asciicast](https://asciinema.org/a/7aWKWQJqqHZkpWZXwfy8AcrPj.svg)](https://asciinema.org/a/7aWKWQJqqHZkpWZXwfy8AcrPj)\n\n## How To Contribute\n\nContributions are **welcome** and will be fully **credited**.\n\nPlease read the [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT) files for details.\n","funding_links":[],"categories":["Go","\u003ca name=\"vm\"\u003e\u003c/a\u003eContainerization and virtualization"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrendyol%2Fdocker-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTrendyol%2Fdocker-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrendyol%2Fdocker-shell/lists"}