Update README.md

This commit is contained in:
Elizaveta Tretyakova 2017-05-15 01:27:14 +03:00 committed by GitHub
parent 281baa2459
commit 56e713faa0
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ $ sudo docker-compose up
"cpus": "2",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S shutdown -P now"
}
],
"provisioners": [
{
"type": "shell",
"inline": ["echo foo"]
}
]
}
```