This is a major rewrite of the previous version, as AChecker now
requires PHP7+ and Composer. It uses the ubuntu:18.04
base image
instead of the tutum/lamp
image used previously.
This project is for local testing purposes only and should NOT BE USED IN A PRODUCTION environment as the security defaults are severely lacking.
The container runs a local instance of MySQL. A default password is set
in the debconf.selections
file. Change the password to something of
your choosing, if desired.
docker build -t pixelandpen/achecker .
docker run -d -p 8000:80 -p 3306:3306 --name achecker pixelandpen/achecker
Open your browser of choice and go to http://localhost:8000/achecker/install
, and
follow the installation instructions.
The database username is root
and the password is what you created
in debconf.selections
.