website: update formatting for docker docs
This commit is contained in:
parent
1444233c23
commit
3e85bc8bf8
|
@ -78,7 +78,11 @@ the created image:
|
||||||
{
|
{
|
||||||
"post-processors": [
|
"post-processors": [
|
||||||
[
|
[
|
||||||
{ "type": "docker-import", "repository": "mitchellh/packer", "tag": "0.7" },
|
{
|
||||||
|
"type": "docker-import",
|
||||||
|
"repository": "mitchellh/packer",
|
||||||
|
"tag": "0.7"
|
||||||
|
},
|
||||||
"docker-push"
|
"docker-push"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue