docker-for-developers
docker-for-developers copied to clipboard
Docker for developers
This book introduces you to Docker's use of best practice practices.
Author: Rafael Gomes
Summary
- Organization
- Acknowledgements
- Introduction
- Why using Docker?
- What is Docker
- Set up
- Commands
- Creating images
- Dockerhub
- Storage
- Understanding the Docker Network
- Using docker on multiple environments
- Managing multiple docker containers with Docker compose
- Using Docker on Windows or OSX
- Dockerizing my Application
- Codebase
- Dependencies
- Config
- Serviços de Apoio
- Build, Release, Run
- Processes
- Port Binding
- Concurrency
- Disposability
- Parity between Dev & Prod
- Logs
- Admin
- Tips
- Appendix
- Container or VM?
- Useful Commands
- Can I run GUI on docker?
- Do you lint your Dockerfile? You should...