Skip to content

codjix/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevBox

DevContainers images based on Alpine Linux.

Quick Start

Start the core image:

docker run --rm -it codjix/devbox:latest

Start the Docker image with access to the host Docker daemon:

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock codjix/devbox:docker

Variants

Tag Description
latest Core image with common development tools.
docker Core image with Docker CLI and Docker Compose.

What's Included

  • System: alpine sudo su-exec fish
  • Development: git github-cli curl wget jq openssl
  • Utilities: nano tree btop ncdu lsd mc screen
  • Extras: nmap procps net-tools p7zip zip
  • Docker: docker-cli docker-compose

Build

./build.sh latest
./build.sh docker

License

MIT License

About

DevContainers images based on Alpine Linux

Topics

Resources

License

Stars

Watchers

Forks

Contributors