Output colors in powershell console

Expected behavior

See beautiful color in powershell :slight_smile:

Actual behavior

See color codes and break output formatting

Information

Powershell : http://s28.postimg.org/irsaeoq71/powershell.jpg
Expected : http://s23.postimg.org/qnhxrf72z/bash.jpg
Thanks to store image, I don’t allow to use upload of your site (new user)

For me it’s not important, I don’t use powershell console, but I think it’s your target

1 Like

Hm, interesting. Using PowerShell on my machine the output is correct but with no color. - what’s your output of $PSVersionTable.PSVersion?

@friism , I guess you are running Powershell inside a terminal application like ConEmu right?

@fpellet I guess you tried with a vanilla Powershell.

Powershell and cmd.exe don’t support ANSI codes which docker-compose is using.
It’s implements in docker CLI though: https://github.com/docker/docker/pull/10864

David

@dgageot you’re right