You will learn the following
- docker
- docker-compose
- Running applications in a development environment
- Pitfalls and other traps
- etc
- WORK IN PROGRESS!!
- You will need Vagrant to provide the environment for this presentation
-
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
| Vagrant IP |
|---|
| 10.1.10.11 |