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

47 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2022-05-10 08:55:59 +12:00
<p align="center">
2022-05-23 21:36:06 +12:00
<img src="../../img/Alnoda-white.svg" alt="Alnoda logo" width="150">
2022-05-10 08:55:59 +12:00
</p>
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
# Ubuntu docker workspace
2022-07-31 03:09:09 +12:00
Containerized Linux terminal environment with docker in docker.
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
Start
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
```
docker run --name space-1 -d -p 8026:8026 -v /var/run/docker.sock:/var/run/docker.sock --user=root alnoda/ubuntu-docker-workspace
```
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
Enter workspace
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
```
docker exec -it space-1 /bin/zsh
```
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +12:00
## Features
2022-05-09 09:53:53 +12:00
2022-05-10 18:58:25 +12:00
- **Ubuntu 20.4** with the following CLI apps
2022-05-10 08:55:59 +12:00
- Docker
- [Ctop](https://github.com/bcicen/ctop) - Top-like interface for container metrics.
- [Lazydocker](https://github.com/jesseduffield/lazydocker) - A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
- [Sen](https://github.com/TomasTomecek/sen) - A terminal user interface for containers.
- [Dive](https://github.com/wagoodman/dive) - A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.
- [Zsh](https://www.zsh.org/), [Oh my Zsh](https://ohmyz.sh/)
2022-05-10 18:58:25 +12:00
- [Zsh](https://www.zsh.org/), [Oh my Zsh](https://ohmyz.sh/)
2022-05-10 08:55:59 +12:00
- 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
2022-05-10 08:55:59 +12:00
## Why this image
2022-05-09 09:53:53 +12:00
2022-05-10 08:55:59 +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**](../ubuntu-workspace/docs/workspaces.md).