Multiple instance with devContainer

已回答

Hello,

I'm trying to learn devContainer process with docker desktop for windows. 

I created a new SpringBoot project, with a simple devContainer.json. 

But when I click on ‘Create a Dev Container and mount sources…’ on the blue box. It creates well the container, but it opens a new IDE backend, so I have 2 instances of intellij working at the same time ( Host and Client IDE ) . 
I would like to know if it's possible to have only one instance of Intellij which runs on the container ? 

Thank's for help. 

Sorry for my english…

0

Hello, Antoine Thompson

It creates well the container, but it opens a new IDE backend, so I have 2 instances of intellij working at the same time ( Host and Client IDE ) . 

It is expected. If you don't need the local IDE you build the image from, you can use Gateway

0

请先登录再写评论。