Skip to content

Commit

Permalink
Merge pull request #7 from lukaszolszewski/tail-25-logs
Browse files Browse the repository at this point in the history
Update in logs command
  • Loading branch information
AdamHyski authored Oct 7, 2019
2 parents 482f7f8 + bb974ea commit 35592c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mage2docker () {
docker $2 $1
;;
logs)
docker logs -f $1
docker logs --tail=25 -f $1
;;
ash)
docker exec -it -e LINES=$(tput lines) -e COLUMNS=$(tput cols) -u root $1 ash -l
Expand Down

0 comments on commit 35592c9

Please sign in to comment.