Sign inSign up

nicodocker91/phpcpd

By nicodocker91

•Updated about 8 years ago

Docker Images that allows you to run the tool phpcpd (PHP Copy Paste Detector) in your project.

Image
0

9.5K

nicodocker91/phpcpd repository overview

⁠Docker image for phpcpd (PHP Copy Paste Detector)

⁠Usage

To launch the PHP Code Paste Detector into the container, run:

docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www nicodocker91/phpcpd <options> ${ROOT_FOLDER}

⁠Volumes

The only volume available to mount is /data.

The entrypoint is /data/www.

⁠Options

Run the following command to read all options available:

docker run --rm nicodocker91/phpcpd --help

Tag summary

Content type

Image

Digest

Size

31.6 MB

Last updated

about 8 years ago

docker pull nicodocker91/phpcpd