Skip to content
/ devpc Public

Docker images with software for develop C# and Typescript apps

License

Notifications You must be signed in to change notification settings

LabEG/devpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images with software for develop C# and Typescript applications

This repository contains a Docker image with minimal Desktop installation and software for develop C# and Typescript applications.

Includes packages:

  • Fedora minimal,
  • OpenBox,
  • LXQt,
  • TigerVNC-Server,
  • Dotnet,
  • VS Code (with Typescript and C# extensions),
  • NodeJS (with global TypeScript, Npm-check-updates),
  • Git,
  • Falcon Browser.

The Image is automatically rebuilt every day, at midnight by GMT.

All other software you can install yourself.

Docker LXQt Desktop access via TightVNC Client

GitHub

The source code is located on the GitHub repository here:

https://github.com/LabEG/devpc

Try

If you just want to try the features:

docker run -it --rm -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc

Use

If you want to use the container regularly:

docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc

Parameters

  • -e password='YOUR_VNC_PASSWORD' - required, password for VNC connections.
  • -e user_password='YOUR_USER_PASSWORD' - optional, password for user headless. By default, will be used password variable.
  • -e root_password='YOUR_ROOT_PASSWORD' - optional, password for root user. By default, will be used user_password variable, if it is not specified then password variable.
  • -e resolution='1920x1080' - optional, resolution for virtual screen.
  • --shm-size='64m' - optional, extend if firefox browser is crashing.

FAQ

  • For change LXQT Theme open Menu > Preferences > Appearance > LXQt Theme and select nice to you theme, example Kde-Plasma.
  • For change OpenBox theme open Menu > Preferences > LXQt settings > Opebox Settings and select nice to you theme, example Clearlooks.

Build

docker build -t labeg/devpc .

About

Docker images with software for develop C# and Typescript apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published