Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1836
Change Details
Change Details
Old
New
Diff
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`
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
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
Continue