Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.35 KB

File metadata and controls

43 lines (28 loc) · 1.35 KB

Docker image for PHPMND - PHP Magic Number Detector

Build Status Docker Build Docker Pulls

The image is based on Alpine Linux and built daily.

Supported tags

How to use this image

Install

Install the container:

docker pull dockerizedphp/phpmnd

Usage

We are recommend to use the images as an shell alias to access via short-command. To use simply phpmnd everywhere on CLI add this line to your ~/.zshrc, ~/.bashrc or ~/.profile.

alias phpmnd='docker run -v $PWD:/app --rm dockerizedphp/phpmnd'

If you don't have set the alias, use this command to run the container:

docker run --rm -v /path/to/app:/app dockerizedphp/phpmnd [some arguments for PHPMND]

For example:

docker run --rm -v /path/to/app:/app dockerizedphp/phpmnd --version