-
Notifications
You must be signed in to change notification settings - Fork 584
Closed
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
$ container stats
Error: Plugin 'container-stats' not found.
- If system services are not running, start them with: container system start
- If the plugin isn't installed, ensure it exists under:
Check to see that the plugin exists under:
- /usr/local/libexec/container-plugins/stats
- /usr/local/libexec/container/plugins/stats
Usage: container [--debug] <subcommand>
See 'container --help' for more information.
$ ls /usr/local/libexec/container-plugins/stats
ls: /usr/local/libexec/container-plugins/stats: No such file or directory
$ ls /usr/local/libexec/container/plugins/
container-core-images container-network-vmnet container-runtime-linux
Current behavior
$ container stats
Error: Plugin 'container-stats' not found.
- If system services are not running, start them with: container system start
- If the plugin isn't installed, ensure it exists under:
Check to see that the plugin exists under:
- /usr/local/libexec/container-plugins/stats
- /usr/local/libexec/container/plugins/stats
Usage: container [--debug] <subcommand>
See 'container --help' for more information.
Expected behavior
container stats should work "out of the box".
Environment
- OS: macOS 26.1
- Xcode: 26.1.1
- Container: container CLI version 0.6.0 (build: release, commit: a23bcf0)Relevant log output
N/ACode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels