Dockercli:支持自动输入和补全Docker命令,支持语法高亮
jopen 9年前
Dockercli 提供了一种更加便利的方式来输入Docker命令。支持自动输入和补全Docker命令,支持语法高亮
Dockercli is a Python package. It can be installed from PyPi:
$ pip install dockercli
Then run it with:
$ dockercli
Once you're inside the prompt, just type in your usual Docker commands, except there's no need to prefix everything with "docker". Example:
$ run --detach --name foo ubuntu:14.04