Rate this page:
In this short guide you'll install and configure the software required to work with the Forge platform on a Windows platform.
Forge requires Docker version 17.03 or later. To download Docker, visit get Docker.
Once Docker is installed and running, check your Docker version by running the following in the terminal:
1 2docker --version
Which outputs your Docker version, for example: Docker version 19.03.13, build 4484c46d9d
.
We recommend you use the latest Docker Desktop WSL 2 backend. This avoids file system issues when working with the Forge CLI. See the [Windows 10 requirements] (https://docs.microsoft.com/en-us/windows/wsl/install-win10#requirements) for installing and running Windows Subsystem for Linux 2.
If you must use the legacy Hyper-V backend, you need to configure file sharing in the resources settings. Add the parent path that will contain all of your Forge apps to avoid needing to add each app. For example:
1 2C:\Users\mia\forge-apps
See the Docker [Resources] (https://docs.docker.com/docker-for-windows/#resources) page for more detail.
The Forge CLI requires a fully supported LTS release of Node.js installed; namely, versions 14.x, 16.x, or 18.x.
You're ready to continue the Forge getting started guide, next you'll install the Forge CLI.
Rate this page: