summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod/containers.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-14 21:21:35 +0100
committerGitHub <noreply@github.com>2020-02-14 21:21:35 +0100
commit9e9b157aa925d8d427999389aabf915dcad83355 (patch)
treeb32958532681e5b050ed7363e8ee5a0865af8ed3 /pkg/api/handlers/libpod/containers.go
parent97fdfd0a80b14b83abca3d8e0aa1b5c64ceac79b (diff)
parentb1034eabe3c3eca0d7c017e59e83d5f4c921e161 (diff)
downloadpodman-9e9b157aa925d8d427999389aabf915dcad83355.tar.gz
podman-9e9b157aa925d8d427999389aabf915dcad83355.tar.bz2
podman-9e9b157aa925d8d427999389aabf915dcad83355.zip
Merge pull request #5214 from baude/apiv2loglibpod
apiv2 libpod container logs
Diffstat (limited to 'pkg/api/handlers/libpod/containers.go')
-rw-r--r--pkg/api/handlers/libpod/containers.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/api/handlers/libpod/containers.go b/pkg/api/handlers/libpod/containers.go
index ce2836a72..752b004d8 100644
--- a/pkg/api/handlers/libpod/containers.go
+++ b/pkg/api/handlers/libpod/containers.go
@@ -184,13 +184,6 @@ func WaitContainer(w http.ResponseWriter, r *http.Request) {
utils.WriteResponse(w, http.StatusOK, strconv.Itoa(int(exitCode)))
}
-func LogsFromContainer(w http.ResponseWriter, r *http.Request) {
- // follow
- // since
- // timestamps
- // tail string
-}
-
func UnmountContainer(w http.ResponseWriter, r *http.Request) {
runtime := r.Context().Value("runtime").(*libpod.Runtime)
name := utils.GetName(r)