cc103920d1
[k8s](improve)add docker resource script for k8s ( #33329 )
2024-04-17 23:42:00 +08:00
2ee12b8678
[improvement](docker)Optimize Dockerfile content for FE and BE ( #32027 )
...
* Refactor upgrade documentation
* Optimize Dockerfile content for FE and BE.
* Optimize Dockerfile content for FE and BE.
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2024-03-12 14:20:18 +08:00
27a3884060
[refactor](docker)Dockerfile shell refactor ( #27569 )
2023-12-16 23:45:06 +08:00
0282baaf56
[typo](docker) add logs console ( #27570 )
...
doris 2.0.2+ need use start_xx.sh --console
2023-12-06 20:50:09 +08:00
24f9610cbb
[fix](docker)Add container graceful exit logic ( #20474 )
...
Add FE container and BE container to execute the logic of the Stop script when executing the exit command to ensure that the metadata is written successfully and minimize the restart exception caused by BEBJE.
2023-06-06 15:25:21 +08:00
6012fc3605
[feature](docker)Fe docker init script add new interface option ( #16846 )
...
add interface BUILD_TYPE, Values only one "k8s".
e.g.
docker run -itd \
--name=fe-02 \
--env BUILD_TYPE="k8s"
-p 8032:8030 \
-p 9032:9030 \
--network=doris-network \
--ip=172.20.80.4 \
freeoneplus/doris:1.2.2-fe-x86_64
add interface group FE_MASTER_IP & FE_MASTER_PORT & FE_CURRENT_IP & FE_CURRENT_PORT
docker run -itd \
--name=fe-02 \
--env FE_MASTER_IP="172.20.80.2" \
--env FE_MASTER_PORT=9010 \
--env FE_CURRENT_IP="172.20.80.4" \
--env FE_CURRENT_PORT=9010 \
-p 8032:8030 \
-p 9032:9030 \
--network=doris-network \
--ip=172.20.80.4 \
freeoneplus/doris:1.2.2-fe-x86_64
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2023-02-17 08:41:38 +08:00
ce7791c362
[fix](docker)Fix Dockerfile logic ( #16791 )
...
Error log logic fix.
Remove Chinese annotations.
2023-02-16 16:14:43 +08:00
1cc735f20b
[feature](docker)Refactor Image build script ( #16528 )
...
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2023-02-10 18:30:54 +08:00
03aa5572da
[feature](docker)Add Broker Docker image related files ( #14621 )
...
Add Broker Docker image related files
2022-11-29 18:34:10 +08:00
724e57bb87
[feature](docker)Add runtime docker image related files ( #14436 )
2022-11-23 23:58:44 +08:00