- Open DockerTools Panel with
:DockerToolsOpen
, close it with:DockerToolsClose
- Toggle DockerTools Panel with
:DockerToolsToggle
- Set Docker daemon host with
:DockerToolsSetHost
- Support
:ContainerStart
,:ContainerStop
,:ContainerRemove
,:ContainerRestart
,:ContainerPause
,:ContainerUnpause
,:ContainerLogs
. For details please check out the documentation (:help docker-tools-commands
). - Autocompletion for container commands
- Full documentation in
:help vim-docker-tools
- Pathogen
git clone https://github.com/kevinhui/vim-docker-tools.git ~/.vim/bundle/vim-docker-tools
- Vim-plug
Plug 'kevinhui/vim-docker-tools'
- NeoBundle
NeoBundle 'kevinhui/vim-docker-tools'
- Vundle
Plugin 'kevinhui/vim-docker-tools'
- Manual
- Copy all of the files into your
~/.vim
directory
- Copy all of the files into your
Feel free to raise any questions/issues/comments. Submit pull request as you want.