Docker container to install and run phpca
- Install the rvannauker/phpca container:
docker pull rvannauker/phpca- Run phpca through the phpca container:
sudo docker run --rm --volume $(pwd):/workspace --name="phpca" "rvannauker/phpca" --no-progress {destination}To run, test and develop the PHPUnit Dockerfile itself, you must use the source directly:
- Download the source:
git clone https://github.com/RichVRed/docker-phpca.git- Build the container:
sudo docker build --force-rm --tag "rvannauker/phpca" --file phpca.dockerfile .- Test running the container:
$ docker run rvannauker/phpca --help