website: update formatting for docker docs

This commit is contained in:
Mitchell Hashimoto 2014-01-19 20:48:03 -08:00
parent 1444233c23
commit 3e85bc8bf8
1 changed files with 5 additions and 1 deletions

View File

@ -78,7 +78,11 @@ the created image:
{
"post-processors": [
[
{ "type": "docker-import", "repository": "mitchellh/packer", "tag": "0.7" },
{
"type": "docker-import",
"repository": "mitchellh/packer",
"tag": "0.7"
},
"docker-push"
]
]