Skip to content

nonjosh/vagrant-ubuntu20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published