linux:docker
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:docker [2025/09/03 23:56] – [GPU hardware acceleration] Wulf Rajek | linux:docker [2025/09/04 00:12] (current) – [GPU hardware acceleration] Wulf Rajek | ||
---|---|---|---|
Line 173: | Line 173: | ||
user: root | user: root | ||
</ | </ | ||
+ | |||
+ | nvtop can be used for AMD and NVidia gpus to see if the gpu is being used. | ||
+ | On Debian, nvtop is in the contrib repositories which need to be added. | ||
+ | < | ||
+ | #bookworm | ||
+ | sed -r ' | ||
+ | |||
+ | #new deb822 sources format | ||
+ | sed -i ' | ||
+ | |||
+ | apt update | ||
+ | </ | ||
+ | On Ubuntu systems, nvtop is in the default repositories. | ||
+ | < | ||
+ | apt-get install nvtop | ||
+ | </ | ||
===== docker ps short ===== | ===== docker ps short ===== | ||
Short form of docker ps to only get the container names: | Short form of docker ps to only get the container names: |
linux/docker.1756940202.txt.gz · Last modified: by Wulf Rajek