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