Docker Universal Control Plane can use your local networking drivers to orchestrate your cluster. You can create a config network, with a driver like MAC VLAN, and you use it like any other named network in UCP. If it’s set up as attachable, you can attach containers.

Security

Encrypting communication between containers on different nodes works only on overlay networks.

Use UCP to create node-specific networks

Always use UCP to create node-specific networks. You can use the UCP web UI or the CLI (with an admin bundle). If you create the networks without UCP, the networks won’t have the right access labels and won’t be available in UCP.

Create a MAC VLAN network

  1. Log in as an administrator.
  2. Navigate to Networks and click Create Network.
  3. Name the network “macvlan”.
  4. In the Driver dropdown, select Macvlan.
  5. In the Macvlan Configure section, select the configuration option. Create all of the config-only networks before you create the config-from network.

  6. Click Create to create the network.