0

Please forgive me as this is my first time working with docker and containers so I may mess up some terminology.

So I am trying to take on a project that is found in a remote docker container, and as far as I know, working remotely in a container is only offered in VSCode. I am more comfortable with JetBrains products and would like to move over there, but I can’t figure a way to configure the environment onto the IDE.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
  • https://www.jetbrains.com/help/idea/docker.html – Dmitrii Sep 09 '22 at 19:47
  • That’s for just using a container within jetbrains IDE and not working in it remotely. For instance, if I run the container I am still not working in the container – Thedirtiestsock Sep 09 '22 at 19:58
  • You can add a remote Docker server and manage remote containers – Dmitrii Sep 09 '22 at 20:13
  • How do you go about doing that? How do I know what the server is from looking at the container – Thedirtiestsock Sep 09 '22 at 21:14
  • If you can access Docker remotely, it means that it exposes its API. So add that into section 2 (TCP). Everything else is in the link that I sent (how to connect, how to build, how to run, etc). – Dmitrii Sep 09 '22 at 22:26
  • 1
    Ok so yeah I am completely lost. To simplify what I am trying to replicate on rider is that you know how when you have a container for a project on vscode, and then vscode states "Folder contains a dev container configuration file, reopen in container to develop in a container" That is what I am trying to replicate on Rider. Thank you so much and I apologize for this! I am new to containers – Thedirtiestsock Sep 10 '22 at 02:27

0 Answers0