Original Publish date : 9/29/2020

Below are the steps to setup a Docker Environment on Virtual Machine using Vagrant :

Pre-Requisites:

– Download and install Oracle Virtual Machine, Vagrant and GitBash

 

Demo :

 

 

Commands Used:

Detailed Steps:

git clone https://github.com/oracle/vagrant-projects

cd vagrant-projects/DockerEngine

vagrant box list (To check if you already have this box created)

vagrant up
 
 

vagrant ssh 

Demo :