Is there a way to set an environment variable in a container without building the container myself?
I use udocker to run Home Assistant and I need to set UV_LINK_MODE=copy in order for new python packages to install correctly on my Android 7.0 system.
I gather I could use docker compose to design/create my own container image. Is there a way to modify the environment variable in the Home Assistant container available on hub.docker.com?
Is there a way to set an environment variable in a container without building the container myself?
I use udocker to run Home Assistant and I need to set UV_LINK_MODE=copy in order for new python packages to install correctly on my Android 7.0 system.
I gather I could use docker compose to design/create my own container image. Is there a way to modify the environment variable in the Home Assistant container available on hub.docker.com?