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

38 lines
1.2 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-02-02 05:20:55 +13:00
# Ubuntu-workspace
2022-05-09 09:53:53 +12:00
Containerized terminal environment. Essentially Ubuntu 20.04 docker image with typical terminal applications added.
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
```
docker run --name space-1 -d -p 8026:8026 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
```
2022-05-09 09:53:53 +12:00
## Why this image
2021-07-31 02:43:12 +12:00
2022-05-09 09:53:53 +12:00
If you need to isolate something without polluting main environment. This image simply adds typical console applications to
the Ubuntu 20.04 image:
2021-07-31 00:18:29 +12:00
2022-05-09 09:53:53 +12:00
-
2022-01-13 06:18:47 +13:00
2022-02-22 04:32:17 +13:00
- [Fig](https://github.com/withfig/autocomplete). adds autocomplete to the terminal.
2022-02-05 03:51:08 +13:00
- [spacemacs](https://www.spacemacs.org/)
- [hyper](https://github.com/vercel/hyper)
2022-02-07 01:08:03 +13:00
- [xplr](https://github.com/sayanarijit/xplr)
- [vizex](https://github.com/bexxmodd/vizex)
- [lazygit](https://github.com/jesseduffield/lazygit)
- [gitui](https://github.com/extrawurst/gitui)
- [bashtop](https://github.com/aristocratos/bashtop)
- [amp](https://github.com/jmacdonald/amp)
- [fff](https://github.com/dylanaraps/fff)
- [slap](https://github.com/slap-editor/slap)
- [glow](https://github.com/charmbracelet/glow)