Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 382 Bytes

File metadata and controls

21 lines (13 loc) · 382 Bytes

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