[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 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)."]]