Migrate to Containers のダウンロード

このページでは、次の Migrate to Containers ツールをダウンロードする手順について説明します。

  • Migrate to Containers CLI または m2c
  • migctl

m2c をダウンロードする

m2c は、Linux または Windows ローカルマシンを使用してワークロードを移行するのに使用できるコマンドライン ツールです。

Linux

  • m2c の最新バージョンをダウンロードします。

    curl -O "https://m2c-cli-release.storage.googleapis.com/$(curl -s https://m2c-cli-release.storage.googleapis.com/latest)/linux/amd64/m2c"
    chmod +x ./m2c
    

Windows

cmd

m2c の最新バージョンをダウンロードする手順は次のとおりです。

  1. m2c の最新バージョンを確認します。

    curl -s https://m2c-cli-release.storage.googleapis.com/latest
    
  2. m2c の最新バージョンをダウンロードします。

    curl -O "https://m2c-cli-release.storage.googleapis.com/VERSION/windows/amd64/m2c.exe"
    

    VERSION を最新バージョンの m2c に置き換えます。

PowerShell

  • m2c の最新バージョンをダウンロードします。

    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
    

m2c の詳細については、m2c リファレンス(Linux または Windows)をご覧ください。

migctl をダウンロードする

migctl は、Google Cloud で処理クラスタを使用してワークロードを移行する際に使用できるコマンドライン ツールです。

  • migctl の最新バージョンをダウンロードして実行可能にします。

    curl -O https://modernize-release.storage.googleapis.com/$(curl -s https://modernize-release.storage.googleapis.com/latest)/linux/amd64/migctl
    

migctl の詳細については、migctl リファレンスをご覧ください。