[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-19。"],[],[],null,["# Migrate to Containers downloads\n===============================\n\nThis page explains how to download the Migrate to Containers CLI (`m2c`) tool.\n\nDownload `m2c`\n--------------\n\n`m2c` is a command-line tool that you can use to migrate your workloads using\na Linux or Windows local machine. \n\n### Linux\n\n- Download the latest version of `m2c`:\n\n curl -O \"https://m2c-cli-release.storage.googleapis.com/$(curl -s https://m2c-cli-release.storage.googleapis.com/latest)/linux/amd64/m2c\"\n chmod +x ./m2c\n\n### Windows\n\n### cmd\n\nTo download the latest version of `m2c`, follow these steps:\n\n1. Find the latest version of `m2c`:\n\n curl -s https://m2c-cli-release.storage.googleapis.com/latest\n\n2. Download the latest version of `m2c`:\n\n curl -O \"https://m2c-cli-release.storage.googleapis.com/\u003cvar translate=\"no\"\u003eVERSION\u003c/var\u003e/windows/amd64/m2c.exe\"\n\n Replace \u003cvar translate=\"no\"\u003eVERSION\u003c/var\u003e with the latest version of `m2c`.\n\n### PowerShell\n\n- Download the latest version of `m2c`:\n\n curl.exe -O https://m2c-cli-release.storage.googleapis.com/$(curl.exe -s https://m2c-cli-release.storage.googleapis.com/latest)/windows/amd64/m2c.exe\n\nFor more information about `m2c`, see the `m2c` reference for\n[Linux](/migrate/containers/docs/m2c-cli-reference-linux) or\n[Windows](/migrate/containers/docs/m2c-cli-reference-windows)."]]