alnoda-workspaces/workspaces/ubuntu-workspace
2022-05-09 18:48:16 +00:00
..
docs updated workspaces: base,ide,codeserver 2022-05-09 18:48:16 +00:00
img readme for codeserver 2021-09-17 15:34:55 +00:00
Dockerfile-18.04 start on release 2.0 2022-05-08 21:53:53 +00:00
Dockerfile-18.04-minimal start on release 2.0 2022-05-08 21:53:53 +00:00
Dockerfile-20.04 start on release 2.0 2022-05-08 21:53:53 +00:00
docs.md start on release 2.0 2022-05-08 21:53:53 +00:00
LICENSE initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
mc.ini initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
README.md updated workspaces: base,ide,codeserver 2022-05-09 18:48:16 +00:00
supervisord.conf initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
unified-supervisord.conf initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
zsh-in-docker.sh initial commit - opensourcing project 2021-07-30 12:18:29 +00:00

Alnoda logo

Ubuntu-workspace

Containerized Linux terminal environment. Essentially Ubuntu 20.04 docker image extended with typical console apps installed, such as Git, file browsers and system monitors.

Start

docker run --name space-1 -d -p 8026:8026 alnoda/ubuntu-workspace

Enter workspace

docker exec -it --user=root space-1 /bin/zsh

Features

  • Ubuntu 20.4 with the following apps
    • Zsh, Oh my Zsh
    • Python 3, Pip
    • Node/nodeenv
    • git, git-flow, lazygit
    • curl, wget, telnet, jq
    • nano, vim, mc
    • ncdu, htop, glances, vizex
    • supervisord
    • cron

Why this image

If you need to isolate some work without polluting main environment.

Docs

See our guides on getting started and advanced features.

Demo: Ubuntu-workspace

Ubuntu workspace