crosbymichael·12 ปีที่แล้ว·discussYou can still use these packages with the slightly longer import path util we find a solution that works for everyone.import "github.com/dotcloud/docker/pkg/libcontainer" import "github.com/dotcloud/docker/pkg/netlink"
crosbymichael·12 ปีที่แล้ว·discussThere is also a little tool in libcontainer that I use for testing and prototyping called nsinit. You can build and use it to spawn processes inside existing containers.https://asciinema.org/a/8090Like shykes said, this functionality should make it into docker soon.
crosbymichael·12 ปีที่แล้ว·discussThanks for the report. We are working on a fix ASAP and will post updates on https://github.com/dotcloud/docker/issues/3683.
crosbymichael·13 ปีที่แล้ว·discussFYI here is the github repo with a detailed readme.https://github.com/crosbymichael/skydock
crosbymichael·13 ปีที่แล้ว·discussEmmett Brown invented time travel. http://en.wikipedia.org/wiki/Emmett_Brown (thanks Brian Goff)
crosbymichael·13 ปีที่แล้ว·discussYes your right. I sat down and wrote the first pass of the UI in a couple hours and it was the first time I used AngularJS.If you are AngularJS wiz and want to contribute feel free to open pull requests and clean up after me ;) DockerUI is licensed under MIT so code away.
crosbymichael·13 ปีที่แล้ว·discussI have always felt that Go was the perfect choice for docker. Statically compiled binary, fast, simple but powerful.
import "github.com/dotcloud/docker/pkg/libcontainer" import "github.com/dotcloud/docker/pkg/netlink"