github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-php-base/README.md (about) 1 # ddev-php-base and ddev-php-prod docker images 2 3 ## Overview 4 5 Docker container image that is the base image for DDEV's ddev-webserver container. 6 7 This container image is part of DDEV, and not typically used stand-alone. 8 9 ### Features 10 11 * php-fpm and all dependencies for many versions of PHP from PHP 5.6 up. 12 13 ## Instructions 14 15 Use [DDEV](https://ddev.readthedocs.io) 16 17 ### Building and pushing to Docker Hub 18 19 See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow) 20 21 ### Running 22 23 To run the container by itself: 24 25 ```bash 26 docker run -it --rm ddev/php-base:<tag> bash 27 ``` 28 29 ## Source: 30 31 [https://github.com/ddev/ddev/tree/master/containers/ddev-php-base](https://github.com/ddev/ddev/tree/master/containers/ddev-php-base) 32 33 ## Maintained by: 34 35 The [DDEV Docker Maintainers](https://github.com/ddev) 36 37 ## Where to get help: 38 39 * [DDEV Community Discord](https://discord.gg/5wjP76mBJD) 40 * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev) 41 42 ## Where to file issues: 43 44 https://github.com/ddev/ddev/issues 45 46 ## Documentation: 47 48 * https://ddev.readthedocs.io/ 49 * https://ddev.com/ 50 51 ## What is DDEV? 52 53 [DDEV](https://github.com/ddev/ddev) is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental). 54 55 These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started. 56 57 ## License 58 59 View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image. 60 61 As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). 62 63 As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.