Method: Mrsk::Commands::Healthcheck#status

Defined in:
lib/mrsk/commands/healthcheck.rb

#statusObject



21
22
23
# File 'lib/mrsk/commands/healthcheck.rb', line 21

def status
  pipe container_id, xargs(docker(:inspect, "--format", DOCKER_HEALTH_STATUS_FORMAT))
end