mirror of https://github.com/docker/docs.git
updating mac to include stable releases
This commit is contained in:
parent
8a4d40f987
commit
d7f26368b6
|
|
@ -12,11 +12,12 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
|
||||||
{% if platform == "mac" %}
|
{% if platform == "mac" %}
|
||||||
{% assign product = "Docker for Mac" %}
|
{% assign product = "Docker for Mac" %}
|
||||||
|
|
||||||
{% capture min-version %}{{ product }} 17.12 CE Edge{% endcapture %}
|
{% capture min-version %}{{ product }} 17.12 CE{% endcapture %}
|
||||||
|
{% capture min-stable-version %}{{ product }} 18.06 CE{% endcapture %}
|
||||||
|
|
||||||
{% capture version-caveat %}
|
{% capture version-caveat %}
|
||||||
**Kubernetes is only available in {{ min-version }} and higher, on the Edge
|
**Kubernetes is available in {{ min-version }} and higher on the Edge
|
||||||
channel.** Kubernetes support is not included in Docker for Mac Stable releases.
|
channel. and in {% min-stable-version %} in the Stable Channel**.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture local-kubectl-warning %}
|
{% capture local-kubectl-warning %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue