Revision 1aa3ddb3
Added by Daniel Lobato Garcia about 7 years ago
lib/foreman_docker/engine.rb | ||
---|---|---|
3 | 3 |
require 'fog/fogdocker' |
4 | 4 |
require 'wicked' |
5 | 5 |
require 'docker' |
6 |
require 'deface' |
|
6 | 7 |
|
7 | 8 |
module ForemanDocker |
8 | 9 |
# Inherit from the Rails module of the parent app (Foreman), not the plugin. |
Also available in: Unified diff
Fixes #14391 - Hide access to Docker compute resource via compute profile
Docker compute resources shouldn't even be shown in the compute profile
list, there's no information there that's relevant to containers. Also,
containers are not created using compute attributes.