Sign inSign up

abgeo/d4d-php-cli

By abgeo

Updated over 7 years ago

D4D: The Latest PHP CLI Interpreter installed on latest Ubuntu.

Image
0

126

abgeo/d4d-php-cli repository overview

d4d-php-cli

The container after build will contain latest PHP CLI Interpreter installed on latest Ubuntu.


Github

Docker Hub


Pull / Build

You can get container from Docker Hub docker pull abgeo/d4d-php-cli:v0.9 Or build from Dockerfile docker build -t d4d-php-cli {path-to-Dockerfile}.

Run

After pull or build you must run the container.

If you pull it from hub, you can start container by running docker run -v {path-to-php-scripts-folder}:/usr/src/scripts -it abgeo/d4d-php-cli:v0.9 or if you build it manually you can run docker run -v {path-to-php-scripts-folder}:/usr/src/scripts -it d4d-php-cli where d4d-php-cli is your build name.

After run you can access you'r container bash environment and run php scripts.

Volumes

Your container must implement one volume to path /usr/src/scripts. Ex.: ... -v {path-to-php-scripts-folder}:/usr/src/scripts ...

Tag summary

Content type

Image

Digest

Size

83.7 MB

Last updated

over 7 years ago

docker pull abgeo/d4d-php-cli:v0.9