wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
45.61k stars 1.74k forks source link

Windows 10 compatibility issue #315

Open wsy opened 4 years ago

wsy commented 4 years ago

I'm using Windows 10 2004 and I downloaded dive.exe from your GitHub release page.

dive.exe alpine:latest

I tried this command under both Powershell and cmd.exe and I also tried Windows Terminal, the results are the same.

image

I also tried to run dive within docker for Windows, it's working normally. Here's the command I used.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest alpine:latest

image

markruler commented 3 years ago

It might be caused by a font. In other tools, the problem was caused by a font.

landsman commented 3 years ago

Did you tried run in the new one https://docs.microsoft.com/en-us/windows/terminal/ ?

wsy commented 3 years ago

you tried run in the

@landsman I tried Windows Terminal, Windows Powershell, Cmd, PowershellCore. Results are the same.

It might be caused by a font. In other tools, the problem was caused by a font.

@markruler I tried multiple fonts, and bug still exists.

markruler commented 3 years ago

@wsy You're right. This needs to be fixed.

markruler commented 3 years ago

Related: #261 awesome-gocui/gocui#73