Unanswered
Is There A Way To Get A Task'S Docker Container Id/Name? I'M Generally Interested In Resource Profiling Of Each Container, So I Noticed I Can Use
For a hacky way you can do docker ps
and see the docker run command. I believe it contains the task id, so you can grep by task id
159 Views
0
Answers
2 years ago
one year ago