Share and learn in the Docker community.
I’d like to be able to access just the memory or just the cpu instead of running pinata list to list everything out at once. Is there a way to do this?
pinata list
The only way I can do this currently is to list everything out.
cat ~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/memory cat ~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/ncpu
That worked. Thanks.