Merge branch 'master' of github.com:docker/docker.github.io

This commit is contained in:
Maria Bermudez 2019-03-26 10:55:30 -07:00
commit f532a54c98
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
{% capture min-version %}{{ product }} 18.06.0-ce-mac70 CE{% endcapture %}
{% capture version-caveat %}
**Kubernetes is only available in {{ min-version }} and higher.
**Kubernetes is only available in {{ min-version }} and higher.**
{% endcapture %}
{% capture local-kubectl-warning %}
@ -34,7 +34,7 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
{% capture min-version %}{{ product }} 18.06.0-ce-win70 CE{% endcapture %}
{% capture version-caveat %}
**Kubernetes is only available in {{ min-version }} and higher.
**Kubernetes is only available in {{ min-version }} and higher.**
{% endcapture %}
{% capture local-kubectl-warning %}

View File

@ -11,7 +11,7 @@ page, and click the **Layer 7 Routing** option. Check the **Enable Layer 7 Routi
![http routing mesh](../../images/interlock-install-3.png){: .with-border}
By default, the routing mesh service listens on port 80 for HTTP and port
By default, the routing mesh service listens on port 8080 for HTTP and port
8443 for HTTPS. Change the ports if you already have services that are using
them.

View File

@ -29,7 +29,7 @@ The default `seccomp` profile provides a sane default for running containers wit
seccomp and disables around 44 system calls out of 300+. It is moderately
protective while providing wide application compatibility. The default Docker
profile can be found
[here](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json)).
[here](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json).
In effect, the profile is a whitelist which denies access to system calls by
default, then whitelists specific system calls. The profile works by defining a