Sign inSign up

bsolut/php

By bsolut

•Updated about 1 month ago

Docker PHP

Image
Developer tools
Web servers
0

10K+

bsolut/php repository overview

⁠Docker for PHP Development

  • Running a container will spawn an nginx at 9000. Best to run this via composing in an nginx
  • running plain redis on default ports and with default config
  • a mysql tmpfs server to run unit tests against it without io issues
⁠Run
docker run -p 9000:9000 -v /xxxx/php:/var/www/html yyyyyyy
⁠Cheat Sheet
  • docker run -it --entrypoint "/bin/bash" bsolut/php:<tag>
⁠Credits

Tag summary

Content type

Image

Digest

sha256:5157aba8d…

Size

481.5 MB

Last updated

about 1 month ago

docker pull bsolut/php:php86