lzf 291096fa16 feat: 新增dockerfile、docker-compose.yml
feat: 新增生成dockerfile、docker-compos.yml的脚本
doc: 新增脚本使用文档
2024-12-21 19:58:32 +08:00
..

English · 简体中文

Warning:, this document uses machine translation

Why Use a Script to Generate Dockerfiles

This project supports multiple languages, and the content may vary between languages. To reduce maintenance costs, scripts are used to generate Dockerfiles, making it easier for future updates.

Usage

Generate Dockerfile and docker-compose.yml

cd docker
python docker_tools.py -l CN

After execution, commands will be generated. Follow the instructions to run them.