From 16363778d7bffcb0bded497dc64ac01e6ab7699b Mon Sep 17 00:00:00 2001
From: skullydazed <hello@qmk.fm>
Date: Sun, 29 Aug 2021 23:43:36 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?=
 =?UTF-8?q?=20b705020dafd0aa7531d03cd8fa64260684a3fb79=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 getting_started_vagrant.md    | 2 +-
 ja/getting_started_vagrant.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/getting_started_vagrant.md b/getting_started_vagrant.md
index b71f8908b9..114f875671 100644
--- a/getting_started_vagrant.md
+++ b/getting_started_vagrant.md
@@ -24,7 +24,7 @@ The "easy" way to flash the firmware is using a tool from your host OS:
 If you want to program via the command line you can uncomment the ['modifyvm'] lines in the Vagrantfile to enable the USB passthrough into Linux and then program using the command line tools like dfu-util/dfu-programmer or you can install the Teensy CLI version.
 
 ## Vagrantfile Overview
-The development environment is configured to run the QMK Docker image, `qmkfm/base_container`. This not only ensures predictability between systems, it also mirrors the CI environment.
+The development environment is configured to run the QMK Docker image, `qmkfm/qmk_cli`. This not only ensures predictability between systems, it also mirrors the CI environment.
 
 ## FAQ
 
diff --git a/ja/getting_started_vagrant.md b/ja/getting_started_vagrant.md
index 4506bb1faf..0888b7f311 100644
--- a/ja/getting_started_vagrant.md
+++ b/ja/getting_started_vagrant.md
@@ -29,7 +29,7 @@ Vagrant 以外に、適切なプロバイダがインストールされ、その
 コマンドラインでプログラムしたい場合は、Vagranfile の ['modifyvm'] 行のコメントを解除して Linux への USB パススルーを有効にし、dfu-util/dfu-programmer のようなコマンドラインツールを使ってプログラムすることができます。あるいは Teensy CLI バージョンをインストールすることができます。
 
 ## Vagrantfile の概要
-開発環境は QMK Docker イメージ、`qmkfm/base_container` を実行するように設定されています。これはシステム間の予測可能性が保証されるだけでなく、CI 環境もミラーされます。
+開発環境は QMK Docker イメージ、`qmkfm/qmk_cli` を実行するように設定されています。これはシステム間の予測可能性が保証されるだけでなく、CI 環境もミラーされます。
 
 ## FAQ