LibreY/.docker
Junior L. Botelho (JLB) a6883f62d7
chore: add environment variable substitutions for invalid or empty environment variables from the Dockerfile
2023-02-11 13:20:40 -03:00
..
php refactor: set the 'Dockerfiles' to use 'Alpine' images as the base 2023-02-11 01:33:34 -03:00
server refactor: set the 'Dockerfiles' to use 'Alpine' images as the base 2023-02-11 01:33:34 -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 chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore 2023-02-11 01:18:33 -03:00
build.sh chore: add environment variable substitutions for invalid or empty environment variables from the Dockerfile 2023-02-11 13:20:40 -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 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?