[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],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)."]]