README.md in dockly-1.13.0 vs README.md in dockly-2.0.0

- old
+ new

@@ -7,10 +7,15 @@ `dockly` is a gem made to ease the pain of packaging an application. For this gem to be useful, you will want to use [Docker](http://docker.io) for process isolation. Although only a specific type of repository may be used, these assumptions allow us to define a simple DSL to describe your repository. +Tool Requirements +----------------- + +To use the generated startup scripts, you'll need to use AWS CLI v1.5.0+ + Usage ----- Once a package block has been defined by the DSL below, dockly is invoked by either (for a deb) `bundle exec dockly build #{deb block name}` or `bundle exec rake dockly:deb:#{deb block name}`. If looking to just build a `docker` block, run either `bundle exec dockly docker #{docker block name}` or `bundle exec rake dockly:docker:#{docker block name}`. @@ -104,13 +109,10 @@ - `registry_import` - required: `false` -- only required when `import` is not supplied - description: the location of the base image to start building from - examples: `paintedfox/ruby`, `registry.example.com/my-custom-image` -- `build_env` - - required: `false` - - description: Hash whose values are environment variables and keys are their values. These variables are only used during build commands, exported images will not contain them. - `import` - required: `false` -- only required when `registry_import` is not supplied - description: the location (url or S3 path) of the base image to start building from - `git_archive`: - required: `false` @@ -279,10 +281,10 @@ - description: configuration for an image packaged with the deb - `foreman` - required: `false` - default: `nil` - class: `Dockly::Foreman` - - description: any Foreman scripts used in the deb. + - description: any Foreman scripts used in the deb `rpm` ----- Same as `deb` above, but with the following additions: