Setup a Docker environment using Vagrant
Mar 8, 2022
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
Commands Used:
git clone https://github.com/oracle/vagrant-projects
vagrant box list
vagrant up
vagrant ssh
Detailed Steps:
Command: git clone https://github.com/oracle/vagrant-projects
Command: cd vagrant-projects/DockerEngine
Command: vagrant box list (To check if you already have this box created)
Command: vagrant up
Command: vagrant ssh
Demo :