mirror of https://github.com/docker/docs.git
Update puppet.md (#4391)
This commit is contained in:
parent
f10b6d1b8a
commit
d7b028ef62
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
description: Installing and using Puppet
|
description: Installing and using Puppet
|
||||||
keywords: puppet, installation, usage, docker, documentation
|
keywords: puppet, installation, usage, docker, documentation
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /engine/articles/puppet/
|
- /engine/articles/puppet/
|
||||||
title: Use 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
|
> only `official` installation is using the
|
||||||
> [*Ubuntu*](../installation/linux/ubuntulinux.md) installation
|
> [*Ubuntu*](../installation/linux/ubuntulinux.md) installation
|
||||||
> path. This version may sometimes be out of date.
|
> 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'],
|
dns => ['8.8.8.8', '8.8.4.4'],
|
||||||
}
|
}
|
||||||
|
|
||||||
> *Note:*
|
> **Note**:
|
||||||
> The `ports`, `env`, `dns` and `volumes` attributes can be set with either a single
|
> The `ports`, `env`, `dns`, and `volumes` attributes can be set with either a single
|
||||||
> string or as above with an array of values.
|
> string or as above with an array of values.
|
||||||
|
|
Loading…
Reference in New Issue