This may sound silly. I am trying to get ddclient with OpenDNS to work. I can get it to work on my laptop and yet the cmd_arguments when trying to run it as a rockon are giving me frustration. This is the bit for the cmd_aguments:
Thanks for bringing this to my attention; it thus seems we do have room for improvement here. I’m unfortunately very short on time at the moment so I won’t be able to look at it in details, but in the meantime, would you be able to confirm what the docker run command should look like in the end? You mention you do have it working on your laptop so I just want to make sure we have a clear goal to reach here in terms of final syntax.
@Flox Thanks for looking at this, it is not a huge rush so take your time. the situation is that the ddclient container runs and THEN you create your config file in the storage mapped to /config. This is frustrating to me as in my opinion I should be able to set my config in the run, meh! what I want to do is provide the config file through the run (or potentially --entrypoint which I just thought of while doing Kubernetes training).
The config should look something like this for OpenDNS
On the contrary, thanks a lot for that as I immediately see what you’re trying to achieve .
I’ll try to have a look at it when I get the chance, but I wouldn’t be surprised if more knowledgeable people will chime in before that.
@Hooverdan That very well could be. From what I see, and it could be super wrong, it doesn’t even seem to be evaluating that part of the command, it never gets there. Also, I wanted to encapsulate the Username and Password in Single Quotes after expansion for special characters based on what I have read about some errors with encoding for web? I will have to explore the double quotes to see if it makes a difference.
I know, it’s not the end all/be all but I’ve started using https://www.shellcheck.net/ for a low-tech sanity check of bash statements when they become more complicated.