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
Marcus Kohlberg -
Roshan Bhattarai -
Pavel Loginov -
Jonas Scholz -
Top comments (0)