dry icon indicating copy to clipboard operation
dry copied to clipboard

dry - A Docker manager for the terminal @

Results 43 dry issues
Sort by recently updated
recently updated
newest added

Awesome work! It would be great, if i select a container, if i could say connect to container (docker exec -it sh, that's the only thing missing for me

duplicate
enhancement

easy to reproduce: - start a container - go to monitor - restart the container from the command line - the monitor will not show the new container until you...

Getting a crash when running against podman. Works on the rare occasion. Seems to be correctly pointing to the right socket. Installed this with go and also getting same result...

Hey, I installed dry as described in the readme and when i tried to start it it returns: ``` fsh ➜ dry /bin/sh: line 1: /app/dry: No such file or...

Hi! I have this error even when docker is running ``` INFO[0032] Dry could not start: Error retrieving container list: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/json?all=1 ``` ``` OS: Linuxmint 20.2 uma Kernel: x86_64...

Hey guys, I have an issue with the fetch logs feature. If I fetch logs directly from CLI it works ``` docker logs 31aa530d829c | less SLF4J: Class path contains...

The current color scheme looks awful on light-themed terminals.

question

To reproduce, on MacOS - select a container - go see the log - type '/' - type cmd-V instant crash

bug
question

On [docker hub](https://hub.docker.com/r/moncho/dry/tags) there are tags with only `linux/amd64` os/arch. So when I run `docker run --rm -it -e TERM -v /var/run/docker.sock:/var/run/docker.sock moncho/dry` on my raspberry pi 3 I get...

First: Thanks so much for your absolutely awesome tool. I've been looking for this for a long time. It does save me a shit ton of time. Just wow! In...