Merge pull request #32470 from runcom/remove-init-client

remove --init-path from client
Upstream-commit: e1101b1295f05ef3c6f1a684a51cd508b3c7874c
Component: engine
This commit is contained in:
Vincent Demeester
2017-04-25 10:25:58 +02:00
committed by GitHub
6 changed files with 1 additions and 16 deletions
@@ -377,7 +377,4 @@ type HostConfig struct {
// Run a custom init inside the container, if null, use the daemon's configured settings
Init *bool `json:",omitempty"`
// Custom init path
InitPath string `json:",omitempty"`
}