Docker container monitoring only show half command? #1898
Unanswered
martadinata666
asked this question in
Q&A
Replies: 1 comment
-
Enhancement request created ==> #1912 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
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"]
Beta Was this translation helpful? Give feedback.
All reactions