WebStorm 2024.3 Help

Start Dev Container from the IDE welcome screen

You can start a Dev Container from the IDE welcome screen to clone a project right into a Dev Container, or to open one from your local file system.

Start Dev Container from Welcome Screen

  1. On the IDE Welcome Screen, click the Remote Development node.

  2. From the available options on the right, click Create Dev Container.

  3. On the page that opens, the connection to the local Docker is found automatically. If there is no connection, check whether your local Docker is active.

  4. Specify the name of the backend IDE that will be used for the Dev Container.

    By default, it is the IDE that you currently use. If you want to change the selected IDE, click Show option menu and select the one you need from the list.

  5. Select which project you want to use either from the VCS or from the local file system and fill out the necessary fields.

    • Path to devcontainer.json: specify a path to the project's devcontainer.json file that you want to open from your local machine.

    • Git Repository: In this field, specify the path to your project on GitHub.

      The project to which you are referring should have a devcontainer.json file that contains the Dev Container configuration.

    • Detection for devcontainer.json file: select whether you want to specify the path to a devcontainer.json file manually or let it be detected automatically.

    Click Build Container and Continue.

  6. After the Dev Container is built, the project is opened with JetBrains Client.

Last modified: 03 October 2024