alnoda-workspaces/workspaces/openvscode-workspace/README.md

26 lines
799 B
Markdown
Raw Permalink Normal View History

2023-07-06 03:36:02 +12:00
# Openvscode workspace
General-purpose containerized isolated development environment with Theia IDE.
## Why this images
1. If you need isolated dev environment where you can code and install packages and apps without affecting the base operating system.
2. If you are building self-hosted remote development environment.
## Start
```
2023-07-09 06:26:55 +12:00
docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/openvscode-workspace
2023-07-06 03:36:02 +12:00
```
and open [localhost:8020](http://localhost:8020) in browser.
## Features
- [**OpenVSCode Server**](https://github.com/gitpod-io/openvscode-server) - Visual Studio Code IDE that runs in browser
- [**Alnoda workspace features**](https://docs.alnoda.org/)
2023-07-09 06:26:55 +12:00
## Links
[__Alnoda docs__](https://docs.alnoda.org/)
[__Alnoda Hub__](https://alnoda.org)