mirror of
https://github.com/valentineus/simple-container.git
synced 2025-04-29 00:51:25 +03:00
Comma
This commit is contained in:
parent
3c3deac291
commit
df153713fb
@ -78,7 +78,7 @@ Examples and details in
|
|||||||
An additional example of obtaining a private image:
|
An additional example of obtaining a private image:
|
||||||
```JavaScript
|
```JavaScript
|
||||||
var auth = {
|
var auth = {
|
||||||
serveraddress: 'https://index.docker.io/v1'
|
serveraddress: 'https://index.docker.io/v1',
|
||||||
email: 'email@example.org',
|
email: 'email@example.org',
|
||||||
username: 'username',
|
username: 'username',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user