百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

docker-shell

> DevOps
开源

Docker 的简单交互提示

388 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Docker 的简单交互提示

docker-shell

A simple interactive prompt for Docker. Inspired from kube-prompt uses go-prompt.

Table Of Contents

  • Features:
  • Installation
    • Homebrew
    • Build From Source Code
  • How To Use
  • How To Contribute

Features

  • Suggest docker commands
  • List container ids&names after docker exec/start/stop commands
  • Suggest command parameters based on typed command
  • List images from docker hub after docker pull command v1.2.0
  • Suggest port mappings after docker run command v1.3.0
  • Suggest available images after docker run command v1.3.0

Installation

Homebrew

You can install by using homebrew:

brew tap trendyol/trendyol-tap

brew install docker-shell

Build From Source Code

You can build the command from source code by following the steps below:

git clone [email protected]:Trendyol/docker-shell.git

cd docker-shell

sudo go build -o /usr/local/bin/docker-shell .

docker-shell

How To Use

After installation, you can type docker-shell and run the interactive shell. Image suggestion from docker hub: Port mapping suggestion:

How To Contribute

Contributions are welcome and will be fully credited.

Please read the CONTRIBUTING and CODE_OF_CONDUCT files for details.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Godockergolanginteractiveprompt

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理