mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Move "changes" to daemon/changes.go
This is part of an effort to break apart the deprecated server/ package Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes) Fix issues with renaming changes to container_changes Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass) Upstream-commit: 49e61f62ced4e111071cf9439e3264f06b008c6c Component: engine
This commit is contained in:
committed by
Tibor Vass
parent
0ebd905508
commit
5860a921ea
@@ -93,7 +93,6 @@ func InitServer(job *engine.Job) engine.Status {
|
||||
"history": srv.ImageHistory,
|
||||
"viz": srv.ImagesViz,
|
||||
"log": srv.Log,
|
||||
"changes": srv.ContainerChanges,
|
||||
"top": srv.ContainerTop,
|
||||
"load": srv.ImageLoad,
|
||||
"build": srv.Build,
|
||||
|
||||
Reference in New Issue
Block a user