| Class | Docker::Container |
| In: |
lib/docker/container.rb
|
| Parent: | Object |
Create an Exec instance inside the container
@param command [String, Array] The command to run inside the Exec instance @param options [Hash] The options to pass to Docker::Exec
@return [Docker::Exec] The Exec instance
Update the @info hash, which is the only mutable state in this object.
e.g. if you would like a live status from the #info hash, call #refresh! first.
Wait for the current command to finish executing. Default wait time is `Excon.options[:read_timeout]`.