Docker :whale:
Docker is a set of platform as a service products that delivers software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.
Getting Started :book:
Docker Courses :blue_book:
Docker Compose
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Compose works in all environments: production, staging, development, testing, as well as CI workflows. With Docker Compose, you can easily deploy multiple containers with a single command.
Cheatsheet :heart_eyes:
We have made a curated list of Docker commands needed to work with Docker command line interface here
Repositories and people to follow :star:
We hope you now know the roadmap to being a professional Docker Developer :v: