You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because CLI backgrounds Docker interactions and runtime by default, and the container name changes after every start, it can sometimes be difficult to debug a node that is having issues.
An --attached mode which tacks the node output to stdout might make it a bit easier to provide support and diagnose problems, particularly remotely.
e.g.
edge device start --attached
or-a
Because CLI backgrounds Docker interactions and runtime by default, and the container name changes after every start, it can sometimes be difficult to debug a node that is having issues.
An
--attached
mode which tacks the node output to stdout might make it a bit easier to provide support and diagnose problems, particularly remotely.@adamkdean Thoughts?
The text was updated successfully, but these errors were encountered: