LibreY/docker
Junior L. Botelho (JLB) 36d8aeeb5b
chore: after running the 'docker run' command, the environment variables will now be effective
2023-02-12 12:56:22 -03:00
..
php chore: updated the PHP version from 7.4 to 8 for better performance 2023-02-12 12:50:41 -03:00
server chore: after running the 'docker run' command, the environment variables will now be effective 2023-02-12 12:56:22 -03:00
README.md chore: rename docker directory 2023-02-11 19:18:04 -03:00
attributes.sh chore: configured Nginx Dockerfile, updated PHP requirements in the PHP Dockerfile, and made other changes 2023-02-12 11:13:58 -03:00
entrypoint.sh chore: updated the PHP version from 7.4 to 8 for better performance 2023-02-12 12:50:41 -03:00

README.md

Introduction

The 'Dockerfile' located in the root directory will copy all Docker scripts from the current directory to the container and build them inside the 'librex:latest' container. The files inside the 'templates' directory contain variables that will be replaced by 'build.sh' with arguments from the Dockerfiles.

  • Why are 'Docker-in-Docker' containers being run in this project?