前言 … … 使用 编辑/root/.bashrc文件,添加如下内容 alias docker='docker.exe' alias kubectl='kubectl.exe' alias helm='helm.exe' 使配置生效 source /root/.bashrc 结语 … …