This is docker manager plugin.
- get images
- delete image
- pull image
- start/stop/restart/kill container
- delete container
- attach container(require docker command)
- monitoring container CPU/MEM
- curl >= 7.40.0
- Vim version >= 8.1.1618
- docker command
ex dein.vim
[[plugins]]
repo = 'skanehira/docker.vim'
images
:DockerImages
pull image
:DockerImagePull
conatiners
:DockerContainers
monitor container
" start monitor
:DockerMonitorStart {id or name}
" stop monitor
:DockerMonitorStop
monitor window move
:DockerMonitorWindowMove
containers
operation | key |
---|---|
start container | u |
stop container | s |
restart container | r |
refresh containers | R |
kill container | K |
attach container | a |
delete container | ctrl-d |
rename container | ctrl-r |
scroll to top | 0 |
scroll to bottom | G |
images
operation | key |
---|---|
refresh images | R |
delete image | ctrl-d |
scroll to top | 0 |
scroll to bottom | G |