PUBAPI-1227: document the inconsistency that ListMachines shows *docker* instances, but ListImages does NOT show docker images
This commit is contained in:
parent
2655a3a14e
commit
b81b9b0e2d
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## 4.3.2 (not yet released)
|
## 4.3.2 (not yet released)
|
||||||
|
|
||||||
(nothing yet)
|
- PUBAPI-1227: Note that `triton image list` doesn't include Docker images, at
|
||||||
|
least currently.
|
||||||
|
|
||||||
|
|
||||||
## 4.3.1
|
## 4.3.1
|
||||||
|
@ -126,6 +126,10 @@ do_list.help = [
|
|||||||
/* BEGIN JSSTYLED */
|
/* BEGIN JSSTYLED */
|
||||||
'List images.',
|
'List images.',
|
||||||
'',
|
'',
|
||||||
|
'Note: Currently, *docker* images are not included in this endpoint\'s responses.',
|
||||||
|
'You must use `docker images` against the Docker service for this data center.',
|
||||||
|
'See <https://apidocs.joyent.com/docker>.',
|
||||||
|
'',
|
||||||
'Usage:',
|
'Usage:',
|
||||||
' {{name}} list [<options>] [<filters>]',
|
' {{name}} list [<options>] [<filters>]',
|
||||||
'',
|
'',
|
||||||
|
Reference in New Issue
Block a user