mirror of https://github.com/docker/docs.git
Merge pull request #3539 from jeandalido/patch-1
Update docker_remote_api_v1.8.rst
This commit is contained in:
commit
ba90fcfc08
|
@ -139,7 +139,7 @@ What's new
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.04",
|
"ubuntu:12.04",
|
||||||
"ubuntu:precise",
|
"ubuntu:precise",
|
||||||
"ubuntu:latest"
|
"ubuntu:latest"
|
||||||
|
@ -150,7 +150,7 @@ What's new
|
||||||
"VirtualSize": 131506275
|
"VirtualSize": 131506275
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.10",
|
"ubuntu:12.10",
|
||||||
"ubuntu:quantal"
|
"ubuntu:quantal"
|
||||||
],
|
],
|
||||||
|
|
|
@ -643,7 +643,7 @@ List Images
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.04",
|
"ubuntu:12.04",
|
||||||
"ubuntu:precise",
|
"ubuntu:precise",
|
||||||
"ubuntu:latest"
|
"ubuntu:latest"
|
||||||
|
@ -654,7 +654,7 @@ List Images
|
||||||
"VirtualSize": 131506275
|
"VirtualSize": 131506275
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.10",
|
"ubuntu:12.10",
|
||||||
"ubuntu:quantal"
|
"ubuntu:quantal"
|
||||||
],
|
],
|
||||||
|
|
|
@ -658,7 +658,7 @@ List Images
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.04",
|
"ubuntu:12.04",
|
||||||
"ubuntu:precise",
|
"ubuntu:precise",
|
||||||
"ubuntu:latest"
|
"ubuntu:latest"
|
||||||
|
@ -669,7 +669,7 @@ List Images
|
||||||
"VirtualSize": 131506275
|
"VirtualSize": 131506275
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"RepoTag": [
|
"RepoTags": [
|
||||||
"ubuntu:12.10",
|
"ubuntu:12.10",
|
||||||
"ubuntu:quantal"
|
"ubuntu:quantal"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue