mirror of
https://github.com/docker/cli.git
synced 2026-09-26 09:20:58 -04:00
dockerinit: drop capabilities
Drop capabilities in dockerinit instead of with lxc utils, since libvirt-lxc doesn't support it. This will also be needed for machine container mode, since dockerinit needs CAP_SYS_ADMIN to setup /dev/console correctly. Upstream-commit: b8f1c7370516a4eec0d3168d594a7d7d92e7f8e9 Component: engine
This commit is contained in:
@@ -27,6 +27,8 @@ git_clone github.com/gorilla/context/ 708054d61e5
|
||||
|
||||
git_clone github.com/gorilla/mux/ 9b36453141c
|
||||
|
||||
git_clone github.com/syndtr/gocapability 3454319be2
|
||||
|
||||
# Docker requires code.google.com/p/go.net/websocket
|
||||
PKG=code.google.com/p/go.net REV=84a4013f96e0
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user