PHP development environment for consistent, isolated environments.
10K+
Streamlining the environment for junior web development with Docker is an exciting and rewarding project. Docker simplifies the development process by providing consistent and isolated environments for building and deploying applications. This not only reduces the "it works on my machine" problem but also enhances collaboration among team members. Through this project, junior developers will gain hands-on experience with containerization, which is an essential skill in modern web development.
There is an issue with GitHub Actions, so if you need a Docker image with the OCI8 extension, it needs to be built manually.
docker build -t php-oci8 --build-arg PHP_VERSION=8.1 -f src/oci8/Dockerfile .
Check the repository on GitHub: https://github.com/ramaid/image
Content type
Image
Digest
sha256:6f7e106d9…
Size
202.7 MB
Last updated
6 months ago
docker pull ramaid/image:php8.5-franken-v2.8.0