LibreY/.docker
juniorbotelho 71ed181043 chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore 2023-02-11 00:41:34 -03:00
..
php refactor: change '.docker' scripts folder structure 2023-02-10 21:49:01 -03:00
server chore: create template files, remove incorrect Docker environment variables, and replace scripts 2023-02-11 00:37:09 -03:00
templates chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore 2023-02-11 00:41:34 -03:00
README.md refactor: change '.docker' scripts folder structure 2023-02-10 21:49:01 -03:00
build.sh refactor: change '.docker' scripts folder structure 2023-02-10 21:49:01 -03:00
entrypoint.sh chore: create template files, remove incorrect Docker environment variables, and replace scripts 2023-02-11 00:37:09 -03:00

README.md

Introduction

The 'Dockerfile' located in the root directory will copy all Docker scripts from current dir to the container and build them inside the 'librex:latest' container.

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