mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
777 B
777 B
description, keywords, title
| description | keywords | title |
|---|---|---|
| Docker networking | network, networking, bridge, docker, documentation | Default bridge network |
With the introduction of the Docker networks feature, you can create your own
user-defined networks. The Docker default bridge is created when you install
Docker Engine. It is a bridge network and is also named bridge. The topics
in this section are related to interacting with that default bridge network.