Skip to content

Commit b873c0c

Browse files
authored
Merge pull request #277 from puppetlabs/docker_run_tip
Update README.md
2 parents 8aac067 + 7342d98 commit b873c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ The `extra_parameters` parameter contains an array of command line arguments to
343343

344344
By default, automatic restarting of the service on failure is enabled by the service file for systemd based systems.
345345

346+
It is highly recommended that an image tag be used at all times with the `docker::run` define type. If not, the latest image will be used, whether it be in a remote registry or installed on the server already by the `docker::image` define type.
347+
346348
To use an image tag, add the following code to the manifest file:
347349

348350
```puppet

0 commit comments

Comments
 (0)