Grep output split for docker application – Nginx
I learn about Docker for service hosting. I want to split the desired line somehow to obtain a desired token. In case the token corresponds to CONTAINER_ID, I would split the line in spaces and obtain the first token. I…