Method: Docker::Exec#json

Defined in:
lib/docker/exec.rb

#jsonObject

Get info about the Exec instance



37
38
39
# File 'lib/docker/exec.rb', line 37

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