I am very confused about how the docker stats command is supposed to run, mostly because for me, it won't. According to their docs I should be able to execute dockers stats <id>
and get information but I am only getting Error: Command not found: stats
.
I can not find a single similar issue and am very confused as to why it would happen. For all intents and purposes this should work. When I run the command and docker gives the typical list of recommendations on the CLI, stats isn't even listed.
Is there any reason this command should fail? Is there some other package I need to install to make this comman run?