LibreY/docker
Junior L. Botelho (JLB) 928808461a
chore: fixed dependency errors, added conditions to delete proxy configs, and removed duplicate quotes
2023-02-11 23:32:45 -03:00
..
php chore: fixed dependency errors, added conditions to delete proxy configs, and removed duplicate quotes 2023-02-11 23:32:45 -03:00
server chore: to create Dockerfile modules and break up the procedure into smaller, step-by-step files instead of one large Dockerfile 2023-02-11 23:08:53 -03:00
README.md chore: rename docker directory 2023-02-11 19:18:04 -03:00
attributes.sh chore: fixed dependency errors, added conditions to delete proxy configs, and removed duplicate quotes 2023-02-11 23:32:45 -03:00
entrypoint.sh chore: to create Dockerfile modules and break up the procedure into smaller, step-by-step files instead of one large Dockerfile 2023-02-11 23:08:53 -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?