Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A docker component can be run in either attached or unattached mode. (Default is unattached).

ModeDescription
attachedcomponent is run in the ‘foreground’, container logs are streamed to stdout. Ctrl-C is used to terminate the dcae_cli session.
unattachedcomponent is run in the ‘background’, container logs are viewed via docker logs command, container runs until undeployed with dcae_cli undeploy command.


Check micro service on the Docker host:

...

hiddentrue

...