mirror of https://github.com/docker/docs.git
Last of the files.
This commit is contained in:
parent
61fa19ba77
commit
9417008906
|
|
@ -85,7 +85,7 @@ Login Succeeded
|
|||
```
|
||||
$ sudo docker engine activate --license ee-engine-license-1000-nodes.lic
|
||||
License: Quantity: 400 Nodes Expiration date: 2019-05-12 License is currently active
|
||||
18.09.0-beta: resolved
|
||||
18.09.0: resolved
|
||||
e3cba72cdf2e: done [==================================================>] 434B/434B
|
||||
3642e2b52398: done [==================================================>] 1.161kB/1.161kB
|
||||
eb6fe2abc4ad: done [==================================================>] 4.544MB/4.544MB
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@ keywords: guide, swarm mode, node
|
|||
title: Join nodes to a swarm
|
||||
---
|
||||
|
||||
> BETA DISCLAIMER
|
||||
>
|
||||
> This is beta content. It is not yet complete and should be considered a work in progress. This content is subject to change without notice.
|
||||
|
||||
When you first create a swarm, you place a single Docker Engine into
|
||||
swarm mode. To take full advantage of swarm mode you can add nodes to the swarm:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ redirect_from:
|
|||
title: Get Docker EE for Red Hat Enterprise Linux
|
||||
---
|
||||
|
||||
> BETA DISCLAIMER
|
||||
>
|
||||
> This is beta content. It is not yet complete and should be considered a work in progress. This content is subject to change without notice.
|
||||
|
||||
{% assign linux-dist = "rhel" %}
|
||||
{% assign linux-dist-cap = "RHEL" %}
|
||||
{% assign linux-dist-url-slug = "rhel" %}
|
||||
|
|
|
|||
|
|
@ -7,10 +7,6 @@ redirect_from:
|
|||
- /engine/installation/windows/docker-ee/
|
||||
---
|
||||
|
||||
> BETA DISCLAIMER
|
||||
>
|
||||
> This is beta content. It is not yet complete and should be considered a work in progress. This content is subject to change without notice.
|
||||
|
||||
{% capture filename %}{{ page.win_latest_build }}.zip{% endcapture %} {% capture download_url %}https://download.docker.com/components/engine/windows-server/{{ site.docker_ee_version }}/{{ filename }}{% endcapture %}
|
||||
|
||||
Docker Enterprise Edition for Windows Server (*Docker EE*) enables native Docker containers on Windows Server. Windows Server 2016 and later versions are supported. The Docker EE installation package includes everything you need to run Docker on Windows Server. This topic describes pre-install considerations, and how to download and install Docker EE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue