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
F14459788: D1836.id4639.diff
Fri, Nov 28, 17:11
F14459779: D1836.id4638.diff
Fri, Nov 28, 17:11
F14459778: D1836.id.diff
Fri, Nov 28, 17:11
F14459664: D1836.diff
Fri, Nov 28, 17:10
Unknown Object (File)
Mon, Nov 24, 07:51
Unknown Object (File)
Sat, Nov 22, 07:28
Unknown Object (File)
Sat, Nov 22, 06:50
Unknown Object (File)
Fri, Nov 21, 18:28
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