Skip to content

[Bug]: Running container stats with v0.6.0 installed errors with *Error: Plugin 'container-stats' not found.* #916

@spkane

Description

@spkane

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/A

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions