Skip to content

Containerized development, sys admin, and creative professional vm-like environments

Notifications You must be signed in to change notification settings

cnxtech/alpnodewrkspce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlpNode Workspace - Tiny Alpine Pro Environments

TYD

Inspired by Bluxmit's Alnoda Workspaces. I wanted to build the tiniest possible nodejs cloud workspace. Trimmed the fat by reducing redundant and/or unneeded programs, apps, users and runtimes. However, still with an intuitive and comfortable workflow.

Alnoda (Bluxmit) Ubuntu/base workspaces average ~1-3GB after the container build step (...still a really awesome project). AlpNode base workspace is ~300MB after build. Dive analysis shows an image efficiency score of 96%.

Dive

Base Workspace Include:

  • Zsh, Oh my Zsh
  • Node
  • Python3, pip
  • curl, wget
  • Git: git, git-flow, lazygit
  • File browsers: mc, Filebrowser
  • vim
  • htop
  • supervisord
  • cron
  • dmidecode (Must run with --privileged)

FileBrowser

All CLI programs accessable via Web Terminal

HTOP

Runtime

docker run --rm -p 8026:8026 -p 8021:8021 bresnow/alpnode_base_workspace -n space

Additional Packages

If you wanted to install additional packages and build your own image based upon this one you'd start your Dockerfile like this:

FROM bresnow/alpnode_base_workspace:latest

RUN apk -add U -v package_name package_name

...

More/ TODOs

I will be adding more and updating the repo regularly.

  • Traefik reverse proxy with compose/swarm config.
  • IDE workspaces / Codespaces alternative
  • Customization config setup to deploy white-label apps

About

Containerized development, sys admin, and creative professional vm-like environments

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 45.2%
  • Dockerfile 39.2%
  • JavaScript 15.6%