nonjosh / vagrant-ubuntu20

Vagrantfile with my customized setting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-ubuntu20

Vagrantfile with my personal customized setting

Settings

bridged network with static ip

installed softwares:

  • docker
  • docker-compose
  • tmux
  • net-tools libpq-dev python3-dev
  • miniconda

version:

vagrant@ubuntu-bionic:~$ conda --version && docker --version && docker-compose --version
conda 4.3.30
Docker version 19.03.12, build 48a66213fe
docker-compose version 1.24.1, build 4667896b

How to use

Install Vagrant

Navigate to the ubuntu-server or ubuntu-desktop directory

Start the VM

vagrant up

SSH into the VM

vagrant ssh

About

Vagrantfile with my customized setting

License:MIT License