https://github.com/ditceuma-mark-team/docker-php
212
These are simple PHP images that contain dependencies used in @ditceuma projects and maintained by Mark Team.
To more infos, access: https://hub.docker.com/r/markteam/docker-php
DEPRECATED (The image based in PHP 7.2 version, will be not supported)This image was created with the purpose of allowing PHP applications to be able to connect with various types of relational databases, being them:
It also supports Apache2 and other services, such as connecting to SMB servers.
Tools
Composer Tools
You can download this imagem in Dockerhub.
Or use it in docker-compose.yml file, as in the example below:
version: '3.5'
services:
app:
image: markteam/docker-php
container_name: you-app-container-name
volumes:
- .:/var/www/app
ports:
- "8003:80"
Content type
Image
Digest
Size
436 MB
Last updated
over 6 years ago
docker pull markteam/docker-php:7.3