These are containers for personal use to keep my machine clean of development and tool libraries.
Containers:
-
razcorarad/ide.helix
- From
ubuntu:lunar
- With
nushell
,helix
- Includes config files for
nushell
,helix
- Used as the "minimal tools" base container
- From
-
razcorerad/cxx.dev
- From
razcorerad/ide.helix
- With
clangd
,clang-format
,meson
for buildingc
,cpp
apps withhelix
as IDE - Used as the base container for
c
,cpp
development
- From
-
razcorerad/opengl.dev
- From
razcorerad/cxx.dev
- With
libglfw3-dev
- Includes a
docker-run.nu
script for running theopengl.dev
container with X11 for running GUI apps - Used for learning OpenGL
- From