Nicolas De loof
Nicolas De loof
I tried to reproduce without success. Image is already checked for update and replaced if a new build updated tag: ``` $ docker build -t nicolasdeloof582/test:latest --push . [+] Building...
@thaJeztah makes perfect sense to me, but IMHO this doesn't mean we can't do this as a security + usability improvement in a follow-up PR. This would at least allow...
I like the idea to have a new mount type. I can look into this
@thaJeztah updated as suggested.
IIUC you'd like to have an optional dashboard.yaml included as you run `docker compose --profile dashboard up` Can't you just run explicitly this sibling compose file as `docker compose -f...
@thaJeztah engine does not check `Accept` header in any place, so I don't expect any client to expect a strict behavior: ``` curl --unix-socket /var/run/docker.sock -v -H 'Accept: application/xml' http://lcoalhost/containers/json...
For legal reasons contributors must sign-off commits when they contribute this repo. Please amend your commit and force-push your branch
short syntax `40000-40009:40000-40009` is actually expanded to 10 entries in long syntax: ```yaml - target: 40000 published: '40000' protocol: 'tcp' ... - target: 40009 published: '40009' protocol: 'tcp' ``` long...
it won't be "fixed" as the role for the long syntax is to offer detail about each and every exposed port, while the short syntax is just syntactic sugar, and...
in this specific case, long syntax doesn't offer any additional option vs short one. anyway, if you feel this is relevant, you can prepare a PR, but be aware the...