Skip to content

Docker image with PHP 8.1 using Clear Linux S.O

License

Notifications You must be signed in to change notification settings

levysam/php81-clear-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 8.1.1 Clear Linux - Docker image

Latest Version Build Status Docker Image Size PRs Welcome

Docker image with PHP 8.1.1 using Clear Linux S.O

How to use this image

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/php81-clear-linux/php81-clear-linux:latest

Or with Docker Hub image

docker run -d kiwfydev/php81-clear-linux:latest

Docker with compose tool

It's a good way to use docker-compose. Example:

version: '3.7'
services:
    php:
        image: docker.pkg.github.com/kiwfy/php81-clear-linux/php81-clear-linux:latest
        container_name: php
        volumes:
            - ./:/var/www/html

Get latest version

To found and verify what is latest image look at Clear Linux CDN

Development

Want to contribute? Great!

Make a change in image and be careful with your updates!

To build and test all the changes just use:

docker build -t kiwfydev/php81-clear-linux .

Kiwfy - Open your code, open your mind!

About

Docker image with PHP 8.1 using Clear Linux S.O

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 93.3%
  • Shell 6.7%