dive
dive copied to clipboard
Windows 10 compatibility issue
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.
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
It might be caused by a font. In other tools, the problem was caused by a font.
Did you tried run in the new one https://docs.microsoft.com/en-us/windows/terminal/ ?
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.
@wsy You're right. This needs to be fixed.
Related: #261 awesome-gocui/gocui#73