Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

th0rn0/docker-php-nginx-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Base image with PHP & Nginx

  • PHP7 - v1
  • PHP8 - v2

docker buildx is require to build multiple archs

docker buildx build --platform linux/amd64,linux/arm/v7 --no-cache --push -t th0rn0/php-nginx-base:latest .

Notes

To allow for ArmV7 build you must run the commands below:

docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3 docker run --privileged linuxkit/binfmt:v0.7 export DOCKER_CLI_EXPERIMENTAL=enabled systemctl restart systemd-binfmt

About

Base image with PHP & Nginx

Resources

Stars

Watchers

Forks

Packages

No packages published