Eddie Huang

Results 16 comments of Eddie Huang

> I see, your host cannot connect to registry without your corporate proxy, but `dfdaemon` of Dragonfly doesn't support using http(s)_proxy to send request, so dockerd cannot connect to registry...

Yes the runc process should be killed when the context closes. My point is that it should be killed by `SIGTERM` rather than `SIGKILL`, so runc itself can clean up...

I've tried macvlan an ipvlan l2 mode with sucess, but I got `Error response from daemon: plugin not found` when trying to create an ipvlan l3 network. **Update** Thanks to...

Hi @surajssd , how are you running your 2 hosts? From the info you provided, your 2 hosts have the same MAC `52:54:00:e4:47:a8` and IP `192.168.121.224/24`. Are you sure the...

Without any extra coding, manually downgrading the usb library aerogel use solved the problem. According to the release date, I tried using [email protected], and it works on Ubuntu 14.04 with...

I implemented the `dialog.open` method #45 , which is missing in this list. Would you take look?