To get the container ID from within a container, use this:
$ cat /proc/self/cgroup | grep "docker" | sed s/\\//\\n/g | tail -1
I'll probably stick it in an npm module at some point.
To get the container ID from within a container, use this:
$ cat /proc/self/cgroup | grep "docker" | sed s/\\//\\n/g | tail -1
I'll probably stick it in an npm module at some point.
For further actions, you may consider blocking this person and/or reporting abuse
Sunny Bhambhani -
Richard Chamberlain -
Pranav Bakare -
Pranav Bakare -
Top comments (0)