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

Docker container monitoring only show half command? #1912

Closed
nicolargo opened this issue Aug 5, 2021 Discussed in #1898 · 1 comment
Closed

Docker container monitoring only show half command? #1912

nicolargo opened this issue Aug 5, 2021 Discussed in #1898 · 1 comment

Comments

@nicolargo
Copy link
Owner

Discussed in #1898

Originally posted by martadinata666 July 16, 2021
Im using glances to monitor my docker installation. But i noticed that the container only show half command. Either it the ENTRYPOINT or CMD. If the container doesn't have ENTRYPOINT it will use CMD and vice versa.
Full command should be ENTRYPOINT + CMD

command

Is this desired?
Like my personal custom image using ENTRYPOINT ["/usr/bin/tini", "--"], and the CMD itself ["mpd", "--stdout", "--no-daemon", "./mpd.conf"] the right glances command column should be [ "/usr/bin/tini -- mpd --stdout --no-daemon ./mpd.conf"]

@nicolargo
Copy link
Owner Author

Corrected in the develop branch.

Will be release in Glances 3.2.3.

Thanks for the issue report @mjc !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant