https://github.com/binhex/arch-rider
Docker build script for Arch Linux base with JetBrains Rider
https://github.com/binhex/arch-rider
arch-linux docker ide jetbrains jetbrains-rider linux mono net-framework
Last synced: 5 months ago
JSON representation
Docker build script for Arch Linux base with JetBrains Rider
- Host: GitHub
- URL: https://github.com/binhex/arch-rider
- Owner: binhex
- License: gpl-3.0
- Created: 2018-12-31T14:23:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T22:18:13.000Z (5 months ago)
- Last Synced: 2025-02-01T15:40:54.700Z (5 months ago)
- Topics: arch-linux, docker, ide, jetbrains, jetbrains-rider, linux, mono, net-framework
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Rider](https://www.jetbrains.com/rider/)
**Description**
JetBrains Rider is a cross-platform .NET IDE based on the IntelliJ platform and ReSharper. Rider supports .NET Framework, the new cross-platform .NET Core, and Mono based projects. This lets you develop a wide range of applications including .NET desktop applications, services and libraries, Unity games, Xamarin apps, ASP.NET and ASP.NET Core web applications.
**Build notes**
Latest stable Rider release from Arch Linux.
Note:- This application requires a license, otherwise it will run in Evaluation Mode for 30 days.
**Usage**
```
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name= \
--security-opt seccomp=unconfined \
-v :/config \
-v :/data \
-v /etc/localtime:/etc/localtime:ro \
-e RIDER_PROPERTIES= \
-e RIDER_VM_OPTIONS= \
-e WEBPAGE_TITLE= \
-e VNC_PASSWORD= \
-e ENABLE_STARTUP_SCRIPTS= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-rider
```Please replace all user variables in the above command defined by <> with the correct values.
**Example**
```
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name=rider \
--security-opt seccomp=unconfined \
-v /apps/docker/rider:/config \
-v /apps/docker/rider/projects:/data \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE=Rider \
-e VNC_PASSWORD=mypassword \
-e ENABLE_STARTUP_SCRIPTS=yes \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-rider
```**Access via web interface (noVNC)**
`http://:/vnc.html?resize=remote&host=&port=&&autoconnect=1`
e.g.:-
`http://192.168.1.10:6080/vnc.html?resize=remote&host=192.168.1.10&port=6080&&autoconnect=1`
**Access via VNC client**
`::`
e.g.:-
`192.168.1.10::5900`
**Notes**
`ENABLE_STARTUP_SCRIPTS` when set to `yes` will allow a user to install additional packages from the official Arch Repository or the Arch User Repository (AUR) via scripts located in the folder `/config/home/scripts/`. A sample script is located at `/config/home/scripts/example-startup-script.sh` with comments to guide the user on script creation.
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/76727-support-binhex-rider/)