Fix documentation for kolla_docker image pulling
The example to pull images is incorrect, this patch addresses it and corrects it accordingly. Change-Id: Ice79e7f73d99c024781cb379d190f6d05e1a34a9
This commit is contained in:
parent
8006ecdacf
commit
108613507c
@ -180,7 +180,7 @@ EXAMPLES = '''
|
|||||||
action: remove_container
|
action: remove_container
|
||||||
- name: Pull image without starting container
|
- name: Pull image without starting container
|
||||||
kolla_docker:
|
kolla_docker:
|
||||||
action: pull_container
|
action: pull_image
|
||||||
image: private-registry.example.com:5000/ubuntu
|
image: private-registry.example.com:5000/ubuntu
|
||||||
- name: Create named volume
|
- name: Create named volume
|
||||||
action: create_volume
|
action: create_volume
|
||||||
|
Loading…
Reference in New Issue
Block a user