vishh / stress

Lightweight compute resource stress utlity
MIT License
59 stars 31 forks source link

Modify Dockerfile to compile app and create bare container #2

Open cwilkers opened 4 years ago

cwilkers commented 4 years ago

Uses a temporary "builder" container based on golang:latest image to build binary, then creates a scratch (empty) container to hold the statically linked binary.