crosbymichael·vor 12 Jahren·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·vor 12 Jahren·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·vor 12 Jahren·discussThanks for the report. We are working on a fix ASAP and will post updates on https://github.com/dotcloud/docker/issues/3683.
crosbymichael·vor 13 Jahren·discussFYI here is the github repo with a detailed readme.https://github.com/crosbymichael/skydock
crosbymichael·vor 13 Jahren·discussEmmett Brown invented time travel. http://en.wikipedia.org/wiki/Emmett_Brown (thanks Brian Goff)
crosbymichael·vor 13 Jahren·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·vor 13 Jahren·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"