Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vim plugin for build cool stuff inside a docker container

License

NotificationsYou must be signed in to change notification settings

zanfire/vim-build-in-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin focused on help build cool stuff inside a docker container.

Installation

This plugin support pathogen and should work with other similar plugins.

cd ~/.vim/bundlegit clone https://github.com/zanfire/vim-build-in-docker

Requirements

Vim 8.0 and highly raccomanded with asyncrun.

Globals variable

g:build_in_docker_add_hosts='test1.org:192.168.0.1 test2.org:192.168.0.2'g:build_in_docker_volumes='/opt/custom1:/opt/custom1 /var/log/custom:/var/log/custom'

Command

RunInDocker

Run a command in a container

:RunInDocker container1 make -C build

RunInDocker options

:RunInDocker -cwd=<root> container1 make -C build

RunInDocker support-cwd option with these values: , , , path

  • <root> : guess the root folder.
  • <file> : path of the current file
  • <cwd> : current working directory
  • path : an absolute path

BETA VERSION

This is a early beta version developed and tested only on Linux.

About

Vim plugin for build cool stuff inside a docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp