Update puppet.md (#4391)

This commit is contained in:
Wang Jie 2017-08-29 04:37:36 +08:00 committed by John Mulhausen
parent f10b6d1b8a
commit d7b028ef62
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
---
description: Installing and using Puppet
keywords: puppet, installation, usage, docker, documentation
keywords: puppet, installation, usage, docker, documentation
redirect_from:
- /engine/articles/puppet/
title: Use Puppet
---
> *Note:* Please note this is a community contributed installation path. The
> **Note**: Please note this is a community contributed installation path. The
> only `official` installation is using the
> [*Ubuntu*](../installation/linux/ubuntulinux.md) installation
> path. This version may sometimes be out of date.
@ -90,6 +90,6 @@ Run also contains a number of optional parameters:
dns => ['8.8.8.8', '8.8.4.4'],
}
> *Note:*
> The `ports`, `env`, `dns` and `volumes` attributes can be set with either a single
> **Note**:
> The `ports`, `env`, `dns`, and `volumes` attributes can be set with either a single
> string or as above with an array of values.