Page MenuHomeDevCentral

Provide a what-container pipe command to add a container column
ClosedPublic

Authored by dereckson on Oct 2 2018, 20:38.
Tags
None
Referenced Files
F11051356: D1836.id4638.diff
Mon, Aug 11, 05:34
F11048193: D1836.id4639.diff
Mon, Aug 11, 02:51
F11046577: D1836.id4638.diff
Mon, Aug 11, 00:03
F11045136: D1836.id4639.diff
Sun, Aug 10, 21:57
Unknown Object (File)
Sat, Aug 9, 22:54
Unknown Object (File)
Wed, Aug 6, 02:42
Unknown Object (File)
Tue, Aug 5, 16:17
Unknown Object (File)
Tue, Aug 5, 13:43
Subscribers
None

Details

Summary

The command is intended to be used as a pipe:
ps auxw | grep bash | what-container

It parses stdin to append to the line the container name,
if it matches a pid launched in a container.

By default, pid is searched in the first two columns,
but a custom position can be given as argument:

ps auxw | grep bash | what-container -p 2

Ref T1456

Test Plan

Commands above

Diff Detail

Repository
rDP Docker Processes
Lint
Lint Not Applicable
Unit
Tests Not Applicable