RuntimeError
Error raised if the container is used after {#stop} has been called.
# File lib/core/container.rb, line 92 def initialize(*args) super("container has been stopped"); end