dive
dive copied to clipboard
UI - 'Command' details are truncated!
Running dive (as a container) with the following config:
- MacOS Big Sur (11.6)
- Docker Desktop 3.2.2
- Terminal 2.11(440)
The command used:
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
wagoodman/dive:latest public.ecr.aws/c0q1x5l5/dask-quantlib
The UI does not show the complete command for a selected layer. The screenshot makes it visible.
This is especially annoying when I have an ARG set. For whatever reason, the ARG variable and value appears under the RUN command and that's all I can see - so every RUN line looks the same, unfortunately.
Actually, this appears to be a duplicate of #356
Same issue when executing "dive postgres:11.5-alpine" and "dive postgres:11.6-alpine"
Fixed in https://github.com/wagoodman/dive/pull/399