Skip to content

This repository is Laravel PHP Runtime docker image builder.

License

Notifications You must be signed in to change notification settings

chivincent/laravel-runtime

Repository files navigation

Laravel PHP Runtime

Build

This repository is Laravel PHP Runtime docker image builder.

Usage

How to build images

$ docker build -f php-fpm.dockerfile .
$ docker build -f php-cli.dockerfile .
$ docker build -f php-apache.dockerfile .

How to use images

$ docker run --rm -it ghcr.io/chivincent/laravel-php:fpm /bin/bash
$ docker run --rm -it ghcr.io/chivincent/laravel-php:cli /bin/bash
$ docker run --rm -it ghcr.io/chivincent/laravel-php:apache /bin/bash

License

This repository is under GPLv3 license.

About

This repository is Laravel PHP Runtime docker image builder.

Resources

License

Stars

Watchers

Forks

Packages

No packages published