We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ecb74 commit 5cf3677Copy full SHA for 5cf3677
README.md
@@ -720,6 +720,15 @@ docker::registry { 'example.docker.io:5000':
720
}
721
```
722
723
+To pull images from the docker store, use the following as the registry definition with your own docker hub credentials
724
+
725
+```puppet
726
+ docker::registry {'https://index.docker.io/v1/':
727
+ username => 'username',
728
+ password => 'password',
729
+ }
730
+```
731
732
If using hiera, configure the `docker::registry_auth` class:
733
734
```yaml
0 commit comments