Docker Security Technologies
Let's take a look at some of the major security technologies offered by the Docker.
We'll cover the following...
Let's switch our focus to some of the security technologies Docker offers.
Swarm security
Docker Swarm lets you cluster multiple Docker hosts and manage applications declaratively. Every Swarm comprises manager nodes and worker nodes that can be Linux or Windows. Managers host the control plane and are responsible for configuring the cluster and dispatching work tasks. Workers run application containers.
Fortunately, swarm node includes many security features that Docker automatically configures with sensible defaults. These include:
Cryptographic node IDs
TLS for mutual authentication
Secure join tokens
CA configuration with automatic ...