Remove 'previous' DockerContainerPool implementation

This commit is contained in:
Sebastian Serth
2021-10-29 20:05:28 +02:00
parent 9d833e37b3
commit 2551ea709b
4 changed files with 12 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
module DockerContainerMixin
attr_accessor :start_time, :status, :re_use, :execution_environment, :docker_client
attr_accessor :start_time, :status, :execution_environment, :docker_client
def binds
host_config['Binds']