dive icon indicating copy to clipboard operation
dive copied to clipboard

UI - 'Command' details are truncated!

Open umairishaq opened this issue 3 years ago • 3 comments

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.

Screen Shot 2021-11-03 at 1 13 06 PM

umairishaq avatar Nov 03 '21 17:11 umairishaq

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.

brian-finisher avatar Nov 18 '21 20:11 brian-finisher

Actually, this appears to be a duplicate of #356

brian-finisher avatar Nov 18 '21 20:11 brian-finisher

Same issue when executing "dive postgres:11.5-alpine" and "dive postgres:11.6-alpine"

image

huanyang01 avatar Jun 06 '22 05:06 huanyang01

Fixed in https://github.com/wagoodman/dive/pull/399

wagoodman avatar Jul 06 '23 15:07 wagoodman