发布

  • 0.2.0 3b5c253059

    Adds `container network` for macOS 26. (#243)

    frostbyte_neo 发布于 2025-06-27 21:12:29 +00:00 | 649 次提交 在此版本后已推送到 main

    See discussion below for example. For multiple network interfaces in a
    single container we'll want to integrate against a containerization that
    includes apple/containerization#156.

    The change bumps the containerization dependency to 0.2.0 and addresses
    the breaking API changes.

    % container network
    OVERVIEW: Manage container networks
    
    USAGE: container network <subcommand>
    
    OPTIONS:
      --version               Show the version.
      -h, --help              Show help information.
    
    SUBCOMMANDS:
      create                  Create a new network
      delete, rm              Delete one or more networks
      list, ls                List networks
      inspect                 Display information about one or more networks
    
      See 'container help network <subcommand>' for detailed help.
    
    下载附件