crosbymichael·12 lat temu·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 lat temu·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 lat temu·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 lat temu·discussFYI here is the github repo with a detailed readme.https://github.com/crosbymichael/skydock
crosbymichael·13 lat temu·discussEmmett Brown invented time travel. http://en.wikipedia.org/wiki/Emmett_Brown (thanks Brian Goff)
crosbymichael·13 lat temu·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 lat temu·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"