fixes #8718 - refactor container index
- simplify controller to use the correct compute resource type in sql- used icon helper methods- fixed html syntax + removed duplicate pagination
Fixes #8632 - Move docker tables out of foreman-docker
Fixes #8226 - Support environment variables creation
Fixes #7647: Added support for external registries
Fixes #8329 - Search images in the hub
When an image cannot be found, the magnifier glass button displays thesearch results, including stars, description and a link to the hub.After the user clicks on an image, tags are auto pulled.
Fixes #8236: 1.6 compatibility
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 #8123 - Faster auto-complete with spinner
Fixes #8035: Commit container changes
Fixes #7870: support for auto-complete in image search
Fixes #8031 - container model initialization is no longer order-dependent
Refs #8004 - rubocop line is too long
Refs #8004 - fix i18n
Refs #8004 - i18n delete containers message
Fixes #7967 - Show processes running in a container
Fixes #8003 - Wizard finish redirects to container
Fixes #8004 - Delete managed containers
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Create docker image and tag models
Fixes #7977 - Enabling rubocop for foreman-docker
Fixes #7895 - Deleted containers message and redirect
Fixes #7912 - Wizard path error and tests
Rubocop support and config
Controllers and engine for containers