curveadm
curveadm copied to clipboard
request help: we should support modify docker envs through yaml config file
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.
reference:k8s-env-format