Skip to content

Vagrant configuration and docker exercises Docker Workshop

Notifications You must be signed in to change notification settings

yasskate/Docker-Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Workshop

This is a simple workshop designed to learn the Docker fundamentals. you can do the excersices in your machine installing the docker engine from the official Docker site. If you don't want to install docker in your machine you can use the vagrant machine contained in this repository.

Donate

If you find useful this material, don't hesitate in invite me a coffee.

paypal

Vagrant

This Vagrant is a very simple implementation for the Docker Workshop.

USE

You need to have installed VirtualBox and Vagrant in your system

Install VirtualBox Guest Additions Plugin

$ vagrant plugin install vagrant-vbguest

Start The virtual machine

$ vagrant up

Connect to the virtual machine via ssh:

$ vagrant ssh

Test the Docker configuration (You should see Some Docker images Example: Ubuntu, Busybox, MySQL)

$ sudo docker images

Logout vagrant (This command is used inside the virtual machine)

$ logout

Stop the virtual machine

$ vagrant halt

Restart the virtual machine

$ vagrant reload

Add new dependencies to the virtual machine

$ vagrant provision

Remove completely

$ vagrant destroy

About

Vagrant configuration and docker exercises Docker Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.3%
  • JavaScript 16.3%
  • Dockerfile 15.1%
  • HTML 6.3%