Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 845 Bytes

File metadata and controls

24 lines (18 loc) · 845 Bytes
title sidebar_label slug
service inspect
service inspect
/service-inspect

To view detailed information about a given service, including its status and attributes, run:

kurtosis service inspect $THE_ENCLAVE_IDENTIFIER $THE_SERVICE_IDENTIFIER

where $THE_ENCLAVE_IDENTIFIER and the $THE_SERVICE_IDENTIFIER are resource identifiers for the enclave and service, respectively.

Running the above command will print detailed information about:

  • The service name and UUID
  • The service status (running or stopped)
  • The service container image name
  • The service private ports and their public mapping
  • The service container ENTRYPOINT, CMD and ENV

By default, the service UUID is shortened. To view the full UUID of your service, add the following flag:

  • --full-uuid