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
Md. Abu Raihan Srabon -
Sergio Peris -
mridul037 -
Daniel Azevedo -
Top comments (0)