About me
Job
Guardian of Ueno Zoo
Hobby
Developing OSS
(vim plugins, Go tools)
Favorite
Vim,Go,Docker
Authors
ʮVim͕͖ʹͳΔຊʯ
Slide 4
Slide 4 text
About me
Job
Guardian of Ueno Zoo
Hobby
Developing OSS
(vim plugins, Go tools)
Favorite
Vim,Go,Docker
Authors
ʮVim͕͖ʹͳΔຊʯ
Slide 5
Slide 5 text
Introduction to…
About docker.vim
Features
Demo
How plugin work
Summary
Slide 6
Slide 6 text
About docker.vim
docker.vim is a vim plugin.
It’s can management docker
containers and images on the vim.
Slide 7
Slide 7 text
Features
Images
ɹ- image list(10 record)
ɹ- delete
ɹ- pull
ɹ- push
ɹ- search
ɹ- tag
ɹ- build
ɹ- open an image repository on browser (Docker Hub)
ɹ- save an image to tarball
Plugin package
• docker/api
execute curl or cli to call docker
api
• docker/
defined popup window filter
function and parse inputs, call
docker/apis
• window/
management popup windows
Slide 16
Slide 16 text
Summary
Slide 17
Slide 17 text
What you can do with docker cli can also do with docker.vim
Can operate Docker in parallel with coding
That is convenient