Skip to content

Instantly share code, notes, and snippets.

@IvanAlekseevichPopov
Created September 4, 2017 10:41
Show Gist options
  • Save IvanAlekseevichPopov/21c399cf3317659d22a075fb3e5479fa to your computer and use it in GitHub Desktop.
Save IvanAlekseevichPopov/21c399cf3317659d22a075fb3e5479fa to your computer and use it in GitHub Desktop.
get docker container ID from inside container
cat /proc/self/cgroup | grep -o -e "docker-.*.scope" | head -n 1 | sed "s/docker-\(.*\).scope/\\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment