mirror of https://github.com/docker/docs.git
Fix code-highlighting for cluster file reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0266be38d7
commit
2028e1a4a4
|
|
@ -19,6 +19,8 @@ Using Docker Cluster is a three-step process:
|
|||
|
||||
A `cluster.yml` file resembles the following example:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
variable:
|
||||
region: us-east-2
|
||||
ucp_password:
|
||||
|
|
@ -40,6 +42,8 @@ A `cluster.yml` file resembles the following example:
|
|||
aws_instance:
|
||||
managers:
|
||||
quantity: 1
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
For more information about Cluster files, refer to the
|
||||
[Cluster file reference](cluster-file/index.md).
|
||||
|
|
|
|||
Loading…
Reference in New Issue