alnoda-workspaces/workspaces/ubuntu-docker-workspace/docs/getting-started.md
2022-05-12 22:13:04 +00:00

2 KiB

Get started

Ctop

Top-like interface for container metrics.

ctop

Ctop

Lazydocker

A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.

lazydocker

Lazydockerr

Sen

A terminal user interface for containers.

sen

sen

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 

dive

Browser terminal

This workspace has browser-based terminal up and running. Open localhost:8026 in browser. 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

dive

Extra

This workspace has all the features of the ubuntu-workspace