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
On the IDE Welcome Screen, click the Remote Development node.
From the available options on the right, click Create Dev Container.
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.
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 and select the one you need from the list.
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.
After the Dev Container is built, the project is opened with JetBrains Client.