wid - readme review & update

This commit is contained in:
carambula 2021-08-08 09:05:15 +00:00
parent f62f1db2a4
commit dbed9910c9
2 changed files with 5 additions and 2 deletions

View file

@ -91,8 +91,8 @@ can be easily shared, moved to any cloud server, backed up, has versions and can
runtime environment.
4. [`Codeserver-Workspace`](./workspaces/codeserver-workspace/README.md) - alternative workspace to the `workspace-in-docker`. It has all the features ot the latter, except for the
different implementation of the Visual Studio Code. While `workspace-in-docker` has [**Eclipse Theia IDE**](https://theia-ide.org/), Codeserver-Workspace
includes [**Codeserver**](https://github.com/cdr/code-server) instead.
different implementation of the Visual Studio Code. While `workspace-in-docker` has [Eclipse Theia IDE](https://theia-ide.org/), Codeserver-Workspace
includes [Codeserver](https://github.com/cdr/code-server) instead.
5. [`MkDocs-MagicSpace`](./workspaces/mkdocs-magicspace/README.md) - an all-in-one tool, carefully crafted to develop, build and serve awesome static websites, for the purpose
of documentation, tutorials, and training.

View file

@ -36,6 +36,9 @@ docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/workspace-in-docker
## Why this image
> Have your ever participated in several software development projects at the same time? And each of them having different environments (dev, stage, prod).
> Managing such multiple environments is much easier is everything is packaged inside a docker container.
This workspace allows complete isolation of many IT-related projects, such as software development, DevOps, QA, data analysis, data engineering, data science, and others.
Workspace can be used as a local development environment, as well as a remote dev environment, when started on the cloud server, and can be secured with a password.