March 12, 20233 yr Hi, I try to get the ctop docker image to run, but it always errors out and stop immediately: panic: open /dev/tty: no such device or address [recovered] panic: open /dev/tty: no such device or address Running as privileged didn't change the issue. Thanks
March 12, 20233 yr Solution Because it'd be command line only and needs to be executed via a shell (and have the interactive shell passed to it) See https://hub.docker.com/r/wrfly/ctop
March 12, 20233 yr Author Thanks for the clarification, works fine from the Unraid Terminal via docker run --rm -ti --name=ctop --volume /var/run/docker.sock:/var/run/docker.sock:ro quay.io/vektorlab/ctop:latest Edited March 12, 20233 yr by Thomas K
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.