Docker Presentation
Overview
You will learn the following
- docker
- docker-compose
- Running applications in a development environment
- Pitfalls and other traps
- etc
- WORK IN PROGRESS!!
Pre-reqs for the demo
- You will need Vagrant to provide the environment for this presentation
Setup/installation instructions
-
Clone this repo
-
Enter the cloned repo
cd docker-presentation
-
Start the vagrant
vagrant up
-
Connect to the vagrant
vagrant ssh
-
Assume root
sudo su -
-
Show some basic docker information
docker ps docker version docker info
Additional information
Vagrant IP |
---|
10.1.10.11 |