Having built a docker container, I can't seem to find the config file to edit RPC settings, directory nodes, etc. I've searched the container with the following command:
docker run --rm -it joinmarket-test bash -c "ls"
As expected, it outputs the directory root, but where is the config folder located? With a local debian installation it's in the home folder, but what about the docker container?
Sorry if this sounds a bit noob, but the docker container approach is the only way to get JM working on aarch64 systems.