[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-31 (UTC)."],[],[],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)."]]