Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 427 Bytes

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