I’m on macOS and I can set DOCKER_CONFIG and it will effect the command line docker commands but not the Docker UI. There might be a way to do it by hacking around with launchctl but that seems rather ugly.
I’m trying to use XDG_CONFIG_HOME="$HOME/.config convention to prevent my home directory being filled with tons of dot files.
What would that hack be? I use macOS too, but I never changed system-wide variables.
What do you have in the client config file that would be required by the UI?
All that I know is when I start the UI, it recreates the ~/.docker directory and puts files in it. I’d like the UI to not do that and put its files in ~/.config/docker