clean pull request

This commit is contained in:
yqbk
2016-10-24 23:02:44 +02:00
parent 595a2a009b
commit c937a1a9ef
9 changed files with 13 additions and 32 deletions

View File

@ -334,8 +334,8 @@ class DockerClient
@execution_environment = options[:execution_environment]
# todo: eventually re-enable this if it is cached. But in the end, we do not need this.
# docker daemon got much too much load. all not 100% necessary calls to the daemon were removed.
# @image = self.class.find_image_by_tag(@execution_environment.docker_image)
# fail(Error, "Cannot find image #{@execution_environment.docker_image}!") unless @image
#@image = self.class.find_image_by_tag(@execution_environment.docker_image)
#fail(Error, "Cannot find image #{@execution_environment.docker_image}!") unless @image
end
def self.initialize_environment