
Exploit for CVE-2019-5737, a Docker runc container escape vulnerability, with build and run instructions for Linux and Windows.
docker build -t cve:linux - < Dockerfile docker run cve:linux strings /usr/bin/docker-runc | tail -n 2
Get-Content Dockerfile | docker build -t cve:windows docker run cve:windows findstr /usr/bin/docker-runc | tail -n 2