Docker patchman
This is a dockerized version which checks out the latest from patchman master.
The following MySQL commands should be modified and run prior to starting up your container.
mysql> CREATE DATABASE patchman CHARACTER SET utf8 COLLATE utf8_general_ci; Query OK, 1 row affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON patchman.* TO patchman@'%' IDENTIFIED BY 'MySQL password'; Query OK, 0 rows affected (0.00 sec)
Environment varibales
ADMINNAME: Administrator full name (Don't include a space; May break.)
ADMINEMAIL: Administrator email address
ADMINACC: Administrator username
ADMINPW= Administrator password
DBNAME: Name of MySQL database
DBUSER: Username for MySQL
DBPW: MySQL password
DBHOST: MySQL server address
SECRETKEY: Patchman's secret key (set what you want)
Credits
You can find patchman over at the patchman github repo. https://github.com/furlongm/patchman
Content type
Image
Digest
Size
269.3 MB
Last updated
almost 5 years ago
docker pull gameflowtv/patchman