Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI - 'Command' details are truncated! #376

Closed
umairishaq opened this issue Nov 3, 2021 · 4 comments · Fixed by #399
Closed

UI - 'Command' details are truncated! #376

umairishaq opened this issue Nov 3, 2021 · 4 comments · Fixed by #399
Labels
bug Something isn't working

Comments

@umairishaq
Copy link

umairishaq commented Nov 3, 2021

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

@brian-finisher
Copy link

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
Copy link

Actually, this appears to be a duplicate of #356

@mark2185 mark2185 mentioned this issue Apr 29, 2022
@huanyang01
Copy link

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

image

@wagoodman
Copy link
Owner

Fixed in #399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants