Sergey Ponomarev

Results 230 comments of Sergey Ponomarev

See https://github.com/veggiemonk/awesome-docker#web In #242 I added a section to README to help users quickly find an alternative.

You can disable CID column and this give you more space: * Press `c` to open column settings * Disable the `id` column by pressing `x` * Exit from column...

I don't think it worth to make some smart logic to hide columns. ctop already have a support of fixed size columns: PID and CID. We can just set a...

Currently you can sort by network usage i.e. sum of TX and RX. But the sum itself is not shown.

@Wolf2000Pi please check if net is enabled in columns: press `c` and check `x` on `Network RX/TX`

Health check doesn’t have a message itself. It simply determined by exit code 0 or 1. Do you mean a last message from logs? Please add a screenshot of portainer.

Thank you, I didn't know about such functionality. It's described [here](https://docs.docker.com/engine/reference/builder/#healthcheck): > To help debug failing probes, any output text (UTF-8 encoded) that the command writes on stdout or stderr...

#191 should be merged first

I just created the PR #212 and decided to check other PRs and was extremely confused that you already added the column in your PR :) Could you please check...

There is a lot of info that may be retrieved from container but we should try to show only most important information. It's not so complicated to add a new...