Shawn
Shawn
Love it - might be nice to be able to set them at an admin/global level too?
I think this makes a lot of sense. It looks easy to use -- maybe a way to filter by var name could be helpful too incase the list gets...
Agreed -- I think the idea of "global" and "user" level variables that can be used as token in a number of places would be really cool!
Love the idea -- I wrote a small python script to handle things like Traefikx, watchtower, etc. Would be very cool if there was a way to do "token" replacement...
Cool So i just tried build 2.1.1-beta and I cannot get the snippet above to compile ``` error CS0305: Using the generic method 'Parser.ParseArguments(IEnumerable)' requires 1 type arguments ```
Its in my simple test app and when I look at the object explorer I only see a ParseArguments and not other overloads for more generic args.
That helped -- I found the issue :) It appears you must add the using statement ``` using CommnadLine; ``` Without that it doesn't find the extension methods or the...
Understood - maybe this could be a feature request?
A simple --allow-insecure would be perfect. The other option could be to pull from the global docker daemon.json file "insecure-registries" property?
Any update on this?