Skip to content

zchunhai/docker-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-vim

Build

http_proxy=http://docker.for.mac.host.internal:1081
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy -t chunhai/docker-vim:latest .

Usage

http_proxy=http://docker.for.mac.host.internal:1081
docker run --rm --name dvim -d -e http_proxy=$http_proxy -e https_proxy=$http_proxy -v ~/work:/home/hermit/work chunhai/docker-vim
docker exec -it dvim bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published