12 articles Docker
Command used to delete stopped containers
Command search docker images with official build and stars filter
Command to rebalance the docker swarm cluster workloads
Docker Enterprise
Docker Enterprise provides a consistent and secure end-to-end application pipeline, choice of tools and languages, and globally consistent Kubernetes environments that run in any cloud. Docker Enterprise automates many of the tasks that oschestration requires, like provisioning pods, containers, and cluster resources. Self-healing component ensure that Docker Enterprise clusters remain highly available. Docker Engine Enterprise…
Docker Network Type
Type Use Case None To disable all network. This is not available for swarm services Host To remove network isolation. Container uses host network Bridge For multiple containers to communicate on the same docker host. Overlay Networks For multiple containers to communicate on different docker hosts. Macvlan Legacy applications that need containers to look like…
Docker Swarm Config objects
Docker Placement in Swarm
Docker Swarm Services
What are Containers?
Containers are just a process (or a group of processes) running in isolation, which is achieved with Linux namespaces and control groups. Linux namespaces and control groups are features that are built into the Linux kernel. Other than the Linux kernel itself, there is nothing special about containers