Merge pull request #8053 from itapai/patch-2

fix typo
This commit is contained in:
L-Hudson 2019-01-22 08:56:00 -05:00 committed by GitHub
commit 7c99e35855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ this for each node joining the swarm.
### Attach a standalone container to an overlay network ### Attach a standalone container to an overlay network
The `ingress` network is create without the `--attachable` flag, which means The `ingress` network is created without the `--attachable` flag, which means
that only swarm services can use it, and not standalone containers. You can that only swarm services can use it, and not standalone containers. You can
connect standalone containers to user-defined overlay networks which are created connect standalone containers to user-defined overlay networks which are created
with the `--attachable` flag. This gives standalone containers running on with the `--attachable` flag. This gives standalone containers running on