diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-16 04:21:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-16 04:21:32 -0700 |
commit | 97fb49571828b9d206ff284ed18448f96ae877e9 (patch) | |
tree | b1b5c7ecb963a4bc012bf0f65c287862644938b3 /cmd/podman/main.go | |
parent | 3384bd87c85950c245524682efa2a0f124097122 (diff) | |
parent | a0c35c394bb95d15aeed8fcc467cb110f67fa6db (diff) | |
download | podman-97fb49571828b9d206ff284ed18448f96ae877e9.tar.gz podman-97fb49571828b9d206ff284ed18448f96ae877e9.tar.bz2 podman-97fb49571828b9d206ff284ed18448f96ae877e9.zip |
Merge pull request #2620 from baude/multilogs
display logs for multiple containers at the same time
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r-- | cmd/podman/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 1717e0624..b130f3232 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -45,6 +45,7 @@ var mainCommands = []*cobra.Command{ &_inspectCommand, _killCommand, _loadCommand, + _logsCommand, podCommand.Command, _pullCommand, _pushCommand, |