docker-logs-tail
v1.0.0
Published
Docker Logs Tail simultaneously tails logs for all running Docker containers, interleaving them in the command line output.
Downloads
5
Readme
Docker Logs Tail
Docker Logs Tail simultaneously tails logs for all running Docker containers, interleaving them in the command line output.
Installation
Clone the repo, and then run:
npm install
npm install --global .
Usage
Simply run it to see the last 10 lines of logs, with new logs entries being displayed as they occur:
dlt
You can specify the number of previous lines to show with the -n
option:
dlt -n 100
dlt -n 0
Terminal colors in the output can be disabled with --no-color
:
dlt --no-color
Copyright and license
Copyright 2016 Zendesk, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.