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
The current ps format is too verbose for my taste. I usually only care about service names, status and (sometimes) binded ports.
I have changed the default dockerPs format in config.json, but compose does not respect this. While I can live without this feature, having this will save me from aliasing my compose ps command in every VM shell config that I create.
Description
Hi.
The current ps format is too verbose for my taste. I usually only care about service names, status and (sometimes) binded ports.
I have changed the default
dockerPsformat inconfig.json, but compose does not respect this. While I can live without this feature, having this will save me from aliasing my compose ps command in every VM shell config that I create.