eine
eine
I found a similar behaviour when running the container on Win10 from MINGW64 without `-it`: `docker run --rm -v //var/run/docker.sock://var/run/docker.sock wagoodman/dive `
> However, this will work (shelling into the container and running dive manually): > > ``` > docker run --rm -it \ > -v /var/run/docker.sock:/var/run/docker.sock \ > wagoodman/dive:latest sh >...
> On Windows, double-quotes are required Is this with cmd, powershell or WSL? On MSYS2/MINGW, either `'` or `"` work. This issue seems to be solved for me with the...
@jkpubsrc I cannot reproduce. I just tried the latest wagoodman/dive:latest on Windows 10 (from MSYS2) using Docker Desktop 3.5.2 with ther Hyper-V engine. Can you provide more info about your...
> The issue that i have with the github wiki is that the wiki resources aren't in the repository itself, but a related one ([Dolu1990/VexRiscv.wiki.git](https://github.com/Dolu1990/VexRiscv.wiki.git)) > That's why i'm proposing...
@crazy-max, see actions/starter-workflows#96 (and the ref to docker/cli#2089). Ideally developers/maintainers of Docker and GitHub Actions would communicate with each other for achieving a satisfactory solution.
@clarkbw this issue is about requesting relevant warnings not to be hidden from users. ATM, the warnings are filtered out: #25.
IMHO, this content might better fit in the README, instead of being an issue.
@philliphoff, that's a fair point, but I believe that the current solution is falling short to achieve it. Users that are wishing to install some *nightly* to test an update...
@doug-moen, @ComFreek, maintainer of msys2/setup-msys here. Just some hints that you might find useful: - [eine/tip](https://github.com/eine/tip) is an Action that, used as a last step in a workflow, allows to...