mirror of https://github.com/docker/docs.git
Moved content into the Markdown note
This commit is contained in:
parent
631c2f6b67
commit
d723a11f13
|
|
@ -128,9 +128,10 @@ Next, create an Interlock configuration object that contains multiple extensions
|
||||||
|
|
||||||
> Important
|
> Important
|
||||||
>
|
>
|
||||||
> The configuration object specified in the following code sample applies to UCP versions 3.0.10 and later, and versions 3.1.4 and later.
|
> The configuration object specified in the following code sample applies to
|
||||||
|
> UCP versions 3.0.10 and later, and versions 3.1.4 and later. If you are
|
||||||
If you are working with UCP version 3.0.0 - 3.0.9 or 3.1.0 - 3.1.3, specify `com.docker.ucp.interlock.service-clusters.conf`.
|
> working with UCP version 3.0.0 - 3.0.9 or 3.1.0 - 3.1.3, the config object
|
||||||
|
> should be named `com.docker.ucp.interlock.service-clusters.conf`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$> cat << EOF | docker config create com.docker.ucp.interlock.conf-1 -
|
$> cat << EOF | docker config create com.docker.ucp.interlock.conf-1 -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue