You 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"
HN user
You 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"
There 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.
Like shykes said, this functionality should make it into docker soon.
Thanks for the report. We are working on a fix ASAP and will post updates on https://github.com/dotcloud/docker/issues/3683.
FYI here is the github repo with a detailed readme.
Emmett Brown invented time travel. http://en.wikipedia.org/wiki/Emmett_Brown (thanks Brian Goff)
Yes, you are right.
Yes 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.
I have always felt that Go was the perfect choice for docker. Statically compiled binary, fast, simple but powerful.