mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/docker.github.io
This commit is contained in:
commit
f532a54c98
|
@ -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 %}
|
||||
|
|
|
@ -11,7 +11,7 @@ page, and click the **Layer 7 Routing** option. Check the **Enable Layer 7 Routi
|
|||
|
||||
{: .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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue