Skip to content

Instantly share code, notes, and snippets.

@RubMart
Last active July 9, 2020 03:28
Show Gist options
  • Save RubMart/6b9d838b841cfe62c0430a4e4123d7c7 to your computer and use it in GitHub Desktop.
Save RubMart/6b9d838b841cfe62c0430a4e4123d7c7 to your computer and use it in GitHub Desktop.
[Docker Cool Tools (Work in progres...)] Cool tools and tutorials for docker #docker #tools #

Docker Cool Tools (Work in progress...)

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.

What is Docker?

See this link

Start on Docker

Tools

  • Docker compose. For multi container stack apps, mandatory, easy to deploy stacks.
  • Docker swarm. Native docker tool for clustering apps.

Containers and basic configuration

  • Composerize. Turns docker run commands into docker-compose files! Magic!

Monitoring

  • cAdvisor. Analyzes resource usage and performance characteristics of running containers.

Networks

  • 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

Remote Docker Control

  • Rancher
  • Portainer
  • Prometheus

Orchestation

...

PaaS

...

REFS

  1. What is Docker
  2. Awesome cool Docker
  3. Docker Documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment