aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-07 00:43:33 +0300
committerValentin Popov <info@valentineus.link>2017-10-07 00:43:33 +0300
commit3c3deac291dd50a73258cbbb08ff7fcd9c12de73 (patch)
tree7036a11f317d85e5891eb18afa8a28aebfef34e2
parentbd30227f0186cf575be0a96bbe3cf2215ed591a0 (diff)
downloadsimple-container-3c3deac291dd50a73258cbbb08ff7fcd9c12de73.tar.xz
simple-container-3c3deac291dd50a73258cbbb08ff7fcd9c12de73.zip
Correct the example
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd6e25f..2dc04d7 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,11 @@ Examples and details in
An additional example of obtaining a private image:
```JavaScript
var auth = {
+ serveraddress: 'https://index.docker.io/v1'
+ email: 'email@example.org',
username: 'username',
password: 'password',
- email: 'email@example.org',
- serveraddress: 'https://index.docker.io/v1'
+ auth: ''
};
containers.create({