Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chapter 1

1.1 Introduction to Docker

Slides only

1.2 Docker and Java

Slides only

1.3 Docker Workflow

Slides only

1.4 Getting Started with Docker

  1. Create Docker Machine: docker-machine create -d virtualbox mymachine

    1. Talk about boot2docker.iso

  2. Show env | grep DOCKER

  3. Setup machine: eval $(docker-machine env mymachine)

  4. Show env | grep DOCKER