文档基于2025-10-10日社区最终版构建     
切换到英文版    进入演示系统    进入交流社区

MinIO Documentation

mc license info

描述

Themc license infocommand displays information about the MinIO deployment’s license status. Specifically, whether the deployment uses the AGPLv3 Open Source license of theMinIO 商业许可证.

您必须向 MinIO 注册您的部署MinIO SUBNET激活您的商业许可证。

例如,该命令会返回未注册部署的以下信息:

You are using GNU AFFERO GENERAL PUBLIC LICENSE Version 3 (https://www.gnu.org/licenses/agpl-3.0.txt)

If you are building proprietary applications, you may want to choose the commercial license
included as part of the Standard and Enterprise subscription plans. (https://min.io/signup?ref=mc)

Applications must otherwise comply with all the GNU AGPLv3 License & Trademark obligations.

使用mc license register要将您的部署与 SUBNET 账户关联。 如果您尚未注册 SUBNET,请参阅注册页面。

示例

显示具有别名的部署的当前许可证minio1

mc license info minio1

如果部署使用了过期的 MinIO 商业许可证,该命令将输出错误消息。

语法

该命令具有以下语法:

mc [GLOBALFLAGS] license info       \
                         ALIAS      \
                         [--airgap]

参数

ALIAS
必需

The别名MinIO 部署的。

--airgap
可选

在运行客户端计算机的环境中使用minio client无法访问 SUBNET 网络(例如气隙隔离、防火墙限制或类似配置)以显示如何向 SUBNET 注册部署的说明。

如果部署是隔离的,但本地设备具有网络访问权限,您不需要使用--airgapflag.

全局标志

此命令支持任何全局标志.