curveadm icon indicating copy to clipboard operation
curveadm copied to clipboard

request help: we should support modify docker envs through yaml config file

Open aspirer opened this issue 3 years ago • 1 comments

Currently we hardcode envs: Envs: []string{"LD_PRELOAD=/usr/local/lib/libjemalloc.so"}, If we want to add more envs, we have to change the source codes, it's better to modify envs through yaml config file.

aspirer avatar Jun 01 '22 08:06 aspirer

reference:k8s-env-format

aspirer avatar Jun 06 '22 03:06 aspirer