Enter the following command in the repo directory.
$sudo docker build --force-rm=true -t openfalcon-mysql .
$sudo docker run -dti -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password --name mysql openfalcon-mysql
You can use your password to replace password in MYSQL_ROOT_PASSWORD.
Content type
Image
Digest
sha256:ed2d6a076…
Size
106 MB
Last updated
over 10 years ago
docker pull minimum/openfalcon-mysql