• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Toolkit for managing docker containers, networks and images in vim.

vim-docker-tools

demo

  • Open DockerTools Panel with :DockerToolsOpen, close it with :DockerToolsClose
  • Toggle DockerTools Panel with :DockerToolsToggle
  • Set Docker daemon host with :DockerToolsSetHost
  • Support container commands (and more in the future!). For details please check out the documentation (:help docker-tools-commands).
  • Autocompletion for commands
  • Full documentation in :help vim-docker-tools

Install

  • Pathogen

    git clone https://github.com/kkvh/vim-docker-tools.git ~/.vim/bundle/vim-docker-tools
    
  • Vim-plug

    Plug 'kkvh/vim-docker-tools'
    
  • NeoBundle

    NeoBundle 'kkvh/vim-docker-tools'
    
  • Vundle

    Plugin 'kkvh/vim-docker-tools'
    
  • Manual

    # Copy all of the files into your `~/.vim` directory
    

Roadmap

  • Refactor docker runner structure
  • Refactor key mapping
  • Support custom key mapping
    • Update vim documentation
  • Support key mapping with options
  • Container functions
  • Image functions
  • Image command autocomplete
  • Network functions
  • Network command autocomplete
  • Dockerfile functions

Contributing

Feel free to raise any questions/issues/comments. Submit pull request as you want.