Cool tools and tutorials for Docker. Selected for me from multiple webpages. This is my own collection of Docker resources See references for more info.
See this link
- Basics – Docker, Containers, Hypervisors, CoreOS
- Docker Curriculum: A good tutorial for getting started with Docker.
- Docker compose. For multi container stack apps, mandatory, easy to deploy stacks.
- Docker swarm. Native docker tool for clustering apps.
- Composerize. Turns docker run commands into docker-compose files! Magic!
- cAdvisor. Analyzes resource usage and performance characteristics of running containers.
- calico-docker. Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other. The command line tool, calicoctl, makes it easy to manage Calico network and security policy, as well as other Calico configurations.
- flannel. flannel is a network fabric for containers, designed for Kubernetes
- Rancher
- Portainer
- Prometheus
...
...