- Docker is a tool that can be used to create lightweight containers.
- Build out a Streaming environment with NiFi, Spark, Hadoop and Kafka
- Build out a Node.js workflow demo
- Docker
- Boot2Docker/Machine
- Registry
- Root Registry vs user
- run
- build
- ps
- inspect docker
inspect $(docker ps -q) | grep IPA
- Build process where things change, want to build
- Runtime where you need it to spin up fast, need a built artifact
- Base for more centrally controlled stuff
- multiple images or shell script to build?
- Should be step in DevOps flow to create
- Docker Build Containers
- Going to Production
- ELK stack
- Monitoring tools