Skip to content

Instantly share code, notes, and snippets.

@ikasty
Last active June 18, 2024 06:46
Show Gist options
  • Select an option

  • Save ikasty/ae76beb34be3d12b66947ebf0872602b to your computer and use it in GitHub Desktop.

Select an option

Save ikasty/ae76beb34be3d12b66947ebf0872602b to your computer and use it in GitHub Desktop.
'Cat' solution for colorized logs in docker-compose

When you use docker-compose, logs are not colorized like: before

However, you can get colorized logs using really-cute-'cat' solution. Instead of

docker-compose up

using

docker-compose up | cat

after

@pocesar
Copy link
Copy Markdown

pocesar commented Nov 23, 2016

clever trick, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment