diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-07 00:47:48 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-07 00:47:48 +0300 |
commit | df153713fb5392fb7a6b36fbb0ee9367fa7ddff1 (patch) | |
tree | a3d20c5cb77107ce3d45c5158ae0d2b589d1d328 | |
parent | 3c3deac291dd50a73258cbbb08ff7fcd9c12de73 (diff) | |
download | simple-container-df153713fb5392fb7a6b36fbb0ee9367fa7ddff1.tar.xz simple-container-df153713fb5392fb7a6b36fbb0ee9367fa7ddff1.zip |
Comma
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ Examples and details in An additional example of obtaining a private image: ```JavaScript var auth = { - serveraddress: 'https://index.docker.io/v1' + serveraddress: 'https://index.docker.io/v1', email: 'email@example.org', username: 'username', password: 'password', |