use pry-byebug gem instead for pry (recommended for ruby 2.x)

This commit is contained in:
yqbk
2016-05-30 15:47:06 +02:00
parent 2850e562cc
commit 060f9687f1
5 changed files with 11 additions and 6 deletions

View File

@ -191,6 +191,7 @@ class DockerClient
container.port_bindings.values.each { |port| PortPool.release(port) }
clean_container_workspace(container)
if(container)
binding.pry
container.delete(force: true, v: true)
end
rescue Docker::Error::NotFoundError => error