mirror of
https://github.com/valentineus/simple-container.git
synced 2025-04-28 00:41:24 +03:00
Correct the example
This commit is contained in:
parent
bd30227f01
commit
3c3deac291
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user