I started up the rancher/server and the rancher/agent with some environment variables, but the rancher/agent didn’t propagate it to other conteiners that it starts in chain.
e.g: docker run -e no_proxy='localhost, .localnet, .hacklab, 192.168.33.10, 192.168.33.11, 192.168.33.12'
What can I do to fix it?