diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-07 00:43:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-07 00:43:33 +0300 |
commit | 3c3deac291dd50a73258cbbb08ff7fcd9c12de73 (patch) | |
tree | 7036a11f317d85e5891eb18afa8a28aebfef34e2 | |
parent | bd30227f0186cf575be0a96bbe3cf2215ed591a0 (diff) | |
download | simple-container-3c3deac291dd50a73258cbbb08ff7fcd9c12de73.tar.xz simple-container-3c3deac291dd50a73258cbbb08ff7fcd9c12de73.zip |
Correct the example
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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({ |