Docker image with PHP 7.3 using Clear Linux S.O
Requires Docker.
Before get the image is necessary authenticate in Github Package
You can run the container and service like so:
docker run -d docker.pkg.github.com/kiwfy/php73-clear-linux/php73-clear-linux:latest
Or with Docker Hub image
docker run -d kiwfydev/php73-clear-linux:latest
It's a good way to use docker-compose. Example:
version: '3.7'
services:
php:
image: docker.pkg.github.com/kiwfy/php73-clear-linux/php73-clear-linux:latest
container_name: php
volumes:
- ./:/var/www/html
To found and verify what is latest image look at Clear Linux CDN
Want to contribute? Great!
Make a change in image and be careful with your updates!
Kiwfy - Open your code, open your mind!