Skip to content

gtap-dev/docker-composer-gd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Similar to the Official Composer image, but with the PHP gd extension installed.

DockerHub page

To build an image:

  • cd 2.0.13-php7.4
  • docker build . -t gotoandplay/composer-gd:2.0.13-php7.4

To run a command on the image:

  • docker run --rm gotoandplay/composer-gd:2.0.13-php7.4 composer -V

To test install in a local dir:

  • docker run --rm -v full-path-to-local-dir:/test -w /test gotoandplay/composer-gd:2.0.13-php7.4 composer install

To push the built image to DockerHub:

  • docker push gotoandplay/composer-gd:2.0.13-php7.4

About

Docker image gotoandplay/composer-gd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published