Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 263 Bytes

docker-openfalcon-build

Build

Enter the following command in the repo directory.

$sudo docker build --force-rm=true -t openfalcon-build .

Run

$mkdir /tmp/pack
$sudo docker run -ti --name builder -v /tmp/pack:/package openfalcon-build