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

53 lines
1.4 KiB
Markdown
Raw Normal View History

2022-02-02 05:20:55 +13:00
<p align="center">
<img src="https://github.com/bluxmit/alnoda-workspaces/blob/main/img/Alnoda-white.svg" alt="Alnoda logo" width="150">
</p>
2021-07-31 00:18:29 +12:00
2022-05-10 08:55:59 +12:00
# Ubuntu workspace
Containerized Linux terminal environment. Essentially Ubuntu 20.04 docker image extended with typical console apps, such as Git,
file browsers and system monitors.
2021-09-18 03:34:55 +12:00
2022-05-09 09:53:53 +12:00
Start
2021-07-31 00:18:29 +12:00
```
2022-05-13 10:13:04 +12:00
docker run --name space-1 -d alnoda/ubuntu-workspace
```
2022-05-09 09:53:53 +12:00
Enter workspace
2021-07-31 00:18:29 +12:00
```
docker exec -it --user=root space-1 /bin/zsh
```
## Features
2022-05-10 18:58:25 +12:00
- **Ubuntu 20.4** with the following CLI apps
- [Zsh](https://www.zsh.org/), [Oh my Zsh](https://ohmyz.sh/)
- Python 3, Pip
- Node/nodeenv
- curl, wget, telnet, jq
2022-05-10 18:58:25 +12:00
- **Git:** git, git-flow, lazygit
- **File browsers:** mc, xplr
- **Text editors:** nano, vim, mcedit
- **System monitors:** ncdu, htop, glances, vizex
- **Process Control:** supervisord
- **Job scheduler:** cron
2022-05-09 09:53:53 +12:00
## Why this image
2021-07-31 02:43:12 +12:00
If you need to isolate some work without polluting main environment.
## Docs
See our guides on [**getting started**](docs/getting-started.md) and [**advanced features**](docs/workspaces.md).
<div align="center" style="font-style: italic;">
Demo: Ubuntu-workspace
</div>
<p align="center">
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ubuntu-workspace/img/ubuntu-workspace.gif" alt="Ubuntu workspace" width="900">
</p>