Ross Boucher
Ross Boucher
I've investigated further and found that this works fine on my machine, but fails inside of a docker container.
Perform these steps: From your own linux machine: ``` docker run --rm -it node:0.10.40 bash ``` Now, you are inside that container: ``` mkdir test && cd test npm install...
I believe the way I solved this locally was by forking and removing frontmatter, so that may be the cause.
I ran the steps posted above, it installed marky markdown 7.0.0, and the issue remains.
@huikang Should be resolved now
I'll try this out as soon as I get a chance.
Sorry for the delay. This seems to be working for me locally. Unfortunately, I can't really merge it with the libnetwork change. We need to figure out a way to...
Unfortunately, I've rebased and this no longer applies again. container.NetworkSettings.EndpointID no longer appears to exist, and the releaseNetwork logic has been moved around quite a bit.
I've pushed an attempted update here, but it has some flaws: https://github.com/boucher/docker/tree/huikang-network-fix-rebased
If I run this code, and then checkpoint and restore a container, it still can't access the network. I believe this is related to the issue I filed here: https://github.com/docker/docker/issues/14027...