alnoda-workspaces/README.md

75 lines
1.8 KiB
Markdown
Raw Normal View History

2022-03-04 10:56:09 +13:00
<p align="center">
2023-07-06 03:37:48 +12:00
<img src="img/alnoda-red.svg" alt="Alnoda logo" width="100">
2022-02-02 03:52:18 +13:00
</p>
2021-07-31 00:18:29 +12:00
2023-07-10 01:11:37 +12:00
Open-source portable containerized browser-based development environments in Docker containers. You can create your own
custom workspace or customize any of the workspaces with your preferred stack of applications without knowing much of the Docker.
2023-07-06 03:37:48 +12:00
![demo](img/wrk-demo.gif)
2023-07-06 03:36:02 +12:00
How to make this:
2022-02-02 05:20:55 +13:00
2023-07-06 03:36:02 +12:00
```
FROM alnoda/alnoda-workspace:latest
2023-07-06 03:36:02 +12:00
RUN wrk install openvscode
RUN wrk install kodexplorer
RUN wrk install cloud-commander
RUN wrk install zellij-ui
RUN wrk install mate-desktop
RUN wrk install jupyterlab
RUN wrk install r
RUN wrk install rstudio
RUN wrk install excalidraw
RUN wrk install vvvebjs
```
2023-07-06 03:36:02 +12:00
__*Create your own workspace choosing from hundreeds of applications in [Alnoda Hub](https://alnoda.org/)*__
# Alternatively
Start workspace:
```
docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/alnoda-workspace
```
open [localhost:8020](http://localhost:8020) in browser and then terminal
2023-07-06 03:43:24 +12:00
Install apps:
2023-07-06 03:36:02 +12:00
```
wrk install openvscode
wrk install kodexplorer
wrk install cloud-commander
wrk install zellij-ui
wrk install mate-desktop
wrk install jupyterlab
wrk install r
wrk install rstudio
wrk install excalidraw
wrk install vvvebjs
```
Restart workspace:
```
wrk kill
```
Ready to begin? Have a look at the [__*Getting Started Guide*__](https://docs.alnoda.org/get-started/launch-workspace/).
2021-07-31 00:18:29 +12:00
2022-05-24 08:24:46 +12:00
## Docs
Please visit our [**documentation website**](https://docs.alnoda.org)
2021-07-31 00:18:29 +12:00
2023-07-06 03:36:02 +12:00
## This repository
2021-07-31 00:18:29 +12:00
2023-07-06 03:36:02 +12:00
This repository houses a variety of workspaces with different selection of installed applications. These workspaces can serve as customized environments
for specific projects or serve as examples for reference.
2021-07-31 00:18:29 +12:00
2022-05-24 08:35:21 +12:00
<p align="center">
<img src="img/stand_with_ukraine.png" alt="Ukraine" width="250">
</p>