alnoda-workspaces/workspaces/ubuntu-docker-workspace/docs/getting-started.md

70 lines
2 KiB
Markdown
Raw Permalink Normal View History

2022-05-10 08:55:59 +12:00
# Get started
## [Ctop](https://github.com/bcicen/ctop)
Top-like interface for container metrics.
```
ctop
```
<p align="center">
2022-05-10 18:58:25 +12:00
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ubuntu-docker-workspace/img/ctop.png" alt="Ctop" width="750">
2022-05-10 08:55:59 +12:00
</p>
## [Lazydocker](https://github.com/jesseduffield/lazydocker)
A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
```
lazydocker
```
<p align="center">
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ubuntu-docker-workspace/img/lazydocker.png" alt="Lazydockerr" width="750">
</p>
## [Sen](https://github.com/TomasTomecek/sen)
A terminal user interface for containers.
```
sen
```
<p align="center">
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ubuntu-docker-workspace/img/sen.png" alt="sen" width="750">
</p>
## [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.
```
docker pull postgres
dive alpine/postgres
```
<p align="center">
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ubuntu-docker-workspace/img/dive.png" alt="dive" width="750">
</p>
## Browser terminal
This workspace has browser-based terminal up and running. Open [localhost:8026](http://localhost:8026) in browser.
2022-05-13 10:13:04 +12:00
Start the workspace on Rasberri Pi and use it via Tablet.
In order to use browser-based terminal, expose port 8026
```
docker run --name space-1 -d -p 8026:8026 -v /var/run/docker.sock:/var/run/docker.sock --user=root alnoda/ubuntu-docker-workspace
```
<p align="center">
<img src="https://github.com/bluxmit/alnoda-workspaces/blob/main/workspaces/ubuntu-workspace/img/web-based-terminal.png?raw=true" alt="dive" width="500">
</p>
2022-05-10 08:55:59 +12:00
## Extra
2022-05-10 18:58:25 +12:00
This workspace has all the features of the [**ubuntu-workspace**](../../ubuntu-workspace/docs/getting-started.md)
2022-05-10 08:55:59 +12:00