Skip to content

Commit de80668

Browse files
committed
update vale settings
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent bc7ad99 commit de80668

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

_vale/Docker/Acronyms.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exceptions:
1212
- AI
1313
- API
1414
- ARM
15+
- ARP
1516
- ASP
1617
- AUFS
1718
- AWS
@@ -30,6 +31,7 @@ exceptions:
3031
- CSV
3132
- CUDA
3233
- CVE
34+
- DAD
3335
- DCT
3436
- DEBUG
3537
- DHCP
@@ -55,6 +57,7 @@ exceptions:
5557
- GRUB
5658
- GTK
5759
- GUI
60+
- GUID
5861
- HEAD
5962
- HTML
6063
- HTTP
@@ -113,6 +116,7 @@ exceptions:
113116
- SCIM
114117
- SCM
115118
- SCSS
119+
- SCTP
116120
- SDK
117121
- SLES
118122
- SLSA

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Laradock
6464
Linux
6565
LinuxKit
6666
Logstash
67+
MAC
6768
Mac
6869
Mail(chimp|gun)
6970
Microsoft
@@ -183,6 +184,8 @@ musl
183184
nameserver
184185
namespace
185186
namespacing
187+
netfilter
188+
netlabel
186189
npm
187190
osquery
188191
osxfs

content/manuals/engine/release-notes/28.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ For a full list of pull requests and changes in this release, refer to the relev
201201
- The deprecated OCI `prestart` hook is now only used by build containers. For other containers, network interfaces are added to the network namespace after task creation is complete, before the container task is started. [moby/moby#47406](https://github.com/moby/moby/pull/47406)
202202
- Add a new `gw-priority` option to `docker run`, `docker container create`, and `docker network connect`. This option will be used by the Engine to determine which network provides the default gateway for a container. On `docker run`, this option is only available through the extended `--network` syntax. [docker/cli#5664](https://github.com/docker/cli/pull/5664)
203203
- Add a new netlabel `com.docker.network.endpoint.ifname` to customize the interface name used when connecting a container to a network. It's supported by all built-in network drivers on Linux. [moby/moby#49155](https://github.com/moby/moby/pull/49155)
204-
- When a container is created with multiple networks specified, there's no guarantee on the order networks will be connected to the container. So, if a custom interface name uses the same prefix as the auto-generated names (eg. `eth`), the container might fail to start.
205-
- The recommended practice is to use a different prefix (eg. `en0`), or a numerical suffix high enough to never collide (eg. `eth100`).
206-
- This label can be specified on `docker network connect` via the `--driver-opt` flag, eg. `docker network connect --driver-opt=com.docker.network.endpoint.ifname=foobar …`.
207-
- Or via the long-form `--network` flag on `docker run`, eg. `docker run --network=name=bridge,driver-opt=com.docker.network.endpoint.ifname=foobar …`
204+
- When a container is created with multiple networks specified, there's no guarantee on the order networks will be connected to the container. So, if a custom interface name uses the same prefix as the auto-generated names (e.g. `eth`), the container might fail to start.
205+
- The recommended practice is to use a different prefix (e.g. `en0`), or a numerical suffix high enough to never collide (e.g. `eth100`).
206+
- This label can be specified on `docker network connect` via the `--driver-opt` flag, e.g. `docker network connect --driver-opt=com.docker.network.endpoint.ifname=foobar …`.
207+
- Or via the long-form `--network` flag on `docker run`, e.g. `docker run --network=name=bridge,driver-opt=com.docker.network.endpoint.ifname=foobar …`
208208
- If a custom network driver reports capability `GwAllocChecker` then, before a network is created, it will get a `GwAllocCheckerRequest` with the network's options. The custom driver may then reply that no gateway IP address should be allocated. [moby/moby#49372](https://github.com/moby/moby/pull/49372)
209209

210210
#### Port Publishing in Bridge Networks

0 commit comments

Comments
 (0)