Skip to content

Commit

Permalink
Merge pull request #101 from linkernetworks/johnlin/vim-tweak-2
Browse files Browse the repository at this point in the history
tweak vim and docker

Former-commit-id: a78c09d899916625ab1f289232024db834407e38 [formerly a78c09d899916625ab1f289232024db834407e38 [formerly 14db765]]
Former-commit-id: 41dca106cbe6ae3c2449a2994bdb03643c0d794b
Former-commit-id: 48ed737
  • Loading branch information
Hung-Wei Chiu authored Jul 16, 2018
2 parents a78a3cc + 22ab374 commit ec98e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Vagrant.configure("2") do |config|
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y docker-ce=${DOCKER_VERSION}
# Manage Docker as a non-root user
sudo groupadd docker
sudo usermod -aG docker $USER
# Install Kubernetes
export KUBE_VERSION="1.11.0"
Expand Down Expand Up @@ -75,7 +78,6 @@ Vagrant.configure("2") do |config|
# install vim environment
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
vim +GoInstallBinaries +qall
# init YouCompleteMe vim plugin
sudo apt-get install -y python-dev python3-dev
Expand Down

0 comments on commit ec98e0b

Please sign in to comment.