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
Defaults to True for Libpod calls and False for Docker Compat calls
This ensures:
1. Docker API compatibility
2. No breaking changes with Libpod
It also providest
1. Possibility to inspect containers on demand for list calls
2. Safer behavior if container hangs
3. Fewer expensive calls to the API by default
Signed-off-by: Nicola Sella <[email protected]>
0 commit comments