diff --git a/README.md b/README.md index 958c0e6d2..3aa1fa607 100644 --- a/README.md +++ b/README.md @@ -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"] + } ] } ```