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
:DockerImagespull image
:DockerImagePullconatiners
:DockerContainersmonitor container
" start monitor
:DockerMonitorStart {id or name}
" stop monitor
:DockerMonitorStopmonitor window move
:DockerMonitorWindowMovecontainers
| 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 |
