Method: Docker::Exec#json

Defined in:
lib/docker/exec.rb

#jsonObject

Get info about the Exec instance



30
31
32
# File 'lib/docker/exec.rb', line 30

def json
  Docker::Util.parse_json(connection.get(path_for(:json), {}))
end