Skip to content

fruitl00p/phpinsights-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dockerized PhpInsights

Docker stars Docker pulls Image layers Image release

This is a dockerized version of PHPInsights.

running

Go to your code and execute the following

docker run -v $(pwd):/app gekkie/phpinsights

That will run PHPinsights on your local code. If you would like to examine the image / container overload the entrypoint:

docker run -v $(pwd):/app --entrypoint=/bin/bash gekkie/phpinsights

About

A docker image for running phpinsights

Resources

Stars

Watchers

Forks

Packages

No packages published