Requirements before starting:
Seriously though, just download JetBrains Toolbox
From above, download the Dockerfile and add it to a folder/location on your disk. You'll need it for the next step.
Run the following in a terminal.
docker build -t rdev .
docker run -it -p 2222:22 rdev
-
From the welcome screen of Rider, select New Connection.
-
Set the following values for the fields. a. Username :
root
b. Host:localhost
c. Port:2222
d. Password (prompt):root
- Connect to your new container and
git clone
a .NET 6 project. Useopen an SSH terminal
link - Set the
Project Directory
to the path of your.sln
or.csproj
file. (for example: https://github.com/khalidabuhakmeh/GuidGenie)
- Click Download and Start IDE.
Have Fun!
I was trying this but got stuck at downloading the IDE
