Results 96 comments of

Windows hotfix for now: `> for %i in (*.*) do winchecksec.exe %i`

Yeah I meant for WinNT. I think the first post shows a viable option. Just scan for globs through the app interface and voila :)

For anyone having the same issue, this happened to be up to local proxy (i.e. `Burp Suite`) for me running in the background. Try turning off local Web/Socks proxy and...

Stumbled upon this issue since I wanted to "beauty" my yaml. This really needs to happen, config file with many consumers looks rather dirty.

Same issue here, so before opening new one, have you managed to solve this?

Check your gateways with `arp` and see if any matches your Docker IP. If it does, remove the gateway with `route del` and try restarting docker engine. I can't remember...

I'm also getting this on latest stable: `Version 17.09.0-ce-mac35 (19611)` Inspect: ```sh $ docker inspect -f '{{json .State}}' my-container {"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3354,"ExitCode":0,"Error":"","StartedAt":"2017-10-27T07:47:54.452495051Z","FinishedAt":"207-10-27T07:34:46.554002919Z"} ``` All other containers stopped successfully. The above container is...

@thaJeztah I'm on Mac without VM so natively. If you need any other info let me know. ``` Client: Version: 17.09.0-ce API version: 1.32 Go version: go1.8.3 Git commit: afdb6d4...

@shelley2403 please give us output of the following commands: `docker info`, `docker logs your-container` (after stop try) & `docker inspect -f '{{json .State}}' your-container`

Congrats, and thank you for the PR!!! Merging this asap.