Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 244 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 244 Bytes

docker-openfalcon-build

Build

Enter the following command in the repo directory.

$ docker build -t openfalcon-build -f Dockerfile-ubuntu .

Run

$mkdir /tmp/pack
$ docker run -d -v /tmp/pack:/package openfalcon-build