Linux command
ducker 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
ducker
Export default configuration file
ducker --export-default-config
说明
ducker is a terminal user interface for Docker inspired by the Kubernetes tool k9s. It provides an efficient, keyboard-driven interface for managing Docker containers, images, volumes, and networks without typing long Docker commands. The tool features a familiar UI pattern for those coming from k9s, with resource views, filtering, shortcuts for common actions, and real-time updates. It is configured via a YAML file (typically `~/.config/ducker/config.yaml` on Linux).
参数
- -e, --export-default-config
- Write default config to the default location, overwriting any existing config
- -h, --help
- Display help and exit
- -V, --version
- Display version and exit
FAQ
What is the ducker command used for?
ducker is a terminal user interface for Docker inspired by the Kubernetes tool k9s. It provides an efficient, keyboard-driven interface for managing Docker containers, images, volumes, and networks without typing long Docker commands. The tool features a familiar UI pattern for those coming from k9s, with resource views, filtering, shortcuts for common actions, and real-time updates. It is configured via a YAML file (typically `~/.config/ducker/config.yaml` on Linux).
How do I run a basic ducker example?
Run `ducker` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -e, --export-default-config do in ducker?
Write default config to the default location, overwriting any existing config