Some comments and cleanup of exercise.rb percentage calculation

This commit is contained in:
Ralf Teusner
2016-03-01 11:14:53 +01:00
parent 491bcc9bde
commit 94c31e35a4
5 changed files with 138 additions and 125 deletions

View File

@ -48,6 +48,7 @@ class DockerContainerPool
end
def self.create_container(execution_environment)
Rails.logger.info('trying to create container for execution environment: ' + execution_environment.to_s)
container = DockerClient.create_container(execution_environment)
container.status = 'available'
#Rails.logger.debug('created container ' + container.to_s + ' for execution environment ' + execution_environment.to_s)