Skip to content

ehsantalkhouncheh/docker-php-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Apache PHP and SupervisorD using Alpine

GitHub Repo Size GitHub Code Size in Bytes GitHub Last Commit GitHub Commit Activity

Purpose

Based on this Inspiration I wanted to create something current.

Description

Codacy Badge codecov

Apache, PHP-FPM, NGINX and SupervisorD for Docker build on Alpine Linux.

Docker

Actions Status

Add this to line 1 of your Dockerfile to build a docker web app:

 FROM ghcr.io/laniksj/docker-php-alpine
 COPY . /var/www/html

That will copy all the web content to your docker container.
Then you can use it as a service from any Docker orchestration tools.

Examples

AWS Elastic Container Service (ECS)
Azure Container Service (ACS)
Cloud Foundry’s Diego
CoreOS Fleet
Docker Swarm
Google Container Engine
Kubernetes
Mesosphere Marathon

Source: 8 Container Orchestration Tools to Know

Bugs

Please report any bugs or issues you find. Thanks!

License

MIT License

Donate

Patreon

About

Alpine Docker Container with Apache NGINX PHP and SupervisorD

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%