Development environments in docker
Go to file
bluxmit a1448f5d2c upd. README 2023-07-30 07:49:56 +00:00
img Upd. using wrk 2023-07-05 15:36:02 +00:00
workspaces GPT experimental 2023-07-30 07:43:42 +00:00
.gitignore initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
LICENSE Doc fixes, wip - notebooks 2022-05-30 07:24:06 +00:00
README.md upd. README 2023-07-30 07:49:56 +00:00

README.md

Alnoda logo

Open-source portable containerized workspaces. Isolate your work, make backups, copy, move between computers and cloud seamlessly.

🚀 NOW WITH FREE CHAT GPT! 🚀

  • 🔥 Have a full chat GPT in the workspace.
  • 🔥 Free without registration required
  • 🔥 Works even offline!

Flexible

You can select preconfigured workspace here or make your own special workspace.

demo

How to make this (Dockerfile):

FROM alnoda/alnoda-workspace:latest

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

Create your own workspace choosing from hundreeds of applications in Alnoda Hub

Alternatively

Start workspace:

docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/alnoda-workspace

open localhost:8020 in browser and then terminal

Install apps:

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.

Chat GPT

Need full chat GPT experience?

Open workspace termial and innstall GPT:

wrk install gpt

After installation has finished, reload terminal window, and open chat by executing gpt command in the terminal

gpt

💡 NOTE: GPT is experimental feature! Currently it is supported only in alnoda workspace v.2

INFO: GPT is based on the Vicuna 7B model and only allowed for personal use.

Sharing

Do you want to share any application of your workspace with your colleague?

Code editor, IDE, termial, notebook - you can grant access to any of the workspace applications over the Internet.

One click, and your colleague will work together with you directly in your workspace running on your laptop!

Self-hosting

Wnat to run it in cloud and work from anywhere and any device? Read here

Docs

Please visit our documentation website

This repository

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.