mirror of
https://github.com/valentineus/simple-container.git
synced 2025-07-01 08:30:27 +03:00
Correct the example
This commit is contained in:
@ -78,10 +78,11 @@ 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'
|
||||||
|
email: 'email@example.org',
|
||||||
username: 'username',
|
username: 'username',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
email: 'email@example.org',
|
auth: ''
|
||||||
serveraddress: 'https://index.docker.io/v1'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
containers.create({
|
containers.create({
|
||||||
|
Reference in New Issue
Block a user