docs/cide.yml.md in cide-0.5.0 vs docs/cide.yml.md in cide-0.6.0

- old
+ new

@@ -17,11 +17,11 @@ Root document ------------- ```yaml --- -# Image to base the build on +# Image to base the build on. Find images at http://index.docker.io/ # # required # type: string from: 'ubuntu' @@ -106,11 +106,11 @@ ENV definition -------------- An array or hash of environment variables to load -In the hash for, the left-hand side is the key and the right-hand side the +In the hash form, the left-hand side is the key and the right-hand side the value. If a hash value is nil or the array form is used, the environment variables are loaded from the cide invoker environment. @@ -140,10 +140,10 @@ name: 'mysql' # Name of the image to pull and base the container on. # # type: string -name: 'redis:2.6' +from: 'redis:2.6' # Environment variables for that container. See the ENV definition. env: {} # Single command to execute the container with.