Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Docker image for PHPLOC

Build Status

The image are based on Alpine Linux and built daily. Inside the container runs PHP 7.1.
It also uses tini as init.

Supported tags

How to use this image

Install

Install the container:

docker pull dockerizedphp/phploc

Usage

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

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

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

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.