You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@darxtrix The reason for this is that the bash shell inside the docker container is encoding the characters by ASCII. We are using UTF-8 characters to show CPU and memory usage.
We can resolve this by changing the character encoding inside the docker container's bash shell.
LC_ALL=C.UTF-8 bash
Use the above code in docker container's bash to resolve the issue
Just booted a docker container and installed ptop in it, can't see cpu and memory charts.
The text was updated successfully, but these errors were encountered: