Fixes #13043 - Change Parameter inheritance to DockerParameter
Fixes #15888 - Remove attr_accessible calls
Fixes #13231 - error processing uses full_messages
Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules
Fixes #10779 - Error messages hidden after wizard
Fixes #9393 - Allow users to create container without starting it
Fixes #7864 - Adds support for exposed_ports
fixes #9033: errors encountered in new container wizard are being shown now
fixes #9004: wizard moves correctly between persisted states now
Fixes #8485 - Taxable containers
Refs #7867 - Container wizard state refactor
fixes #7867: container creation wizard now tracks state in dedicated objects
Fixes #8632 - Move docker tables out of foreman-docker
Fixes #8226 - Support environment variables creation
Fixes #7647: Added support for external registries
Fixes #7872 - Create container without Fog to assign name
Fog is currently making the key 'name' camelcase which is preventing theDocker API from picking it up and use it as a name. Until Fog ispatched, we should use docker-api to set the name properly.
Fixes #8031 - container model initialization is no longer order-dependent
Fixes #8003 - Wizard finish redirects to container
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Create docker image and tag models
Rubocop support and config
Controllers and engine for containers