Atlas34 / alpinedevcontainer

my Docker Alpine based Dev Container starter image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine 3.18 Dev Container

Alpine based Dev Container image for Visual Studio Code.

Features

  • Image based on Alpine 3.18 (226MB)
  • Contains the packages:
    • libstdc++: needed by the VS code server
    • zsh: main shell instead of /bin/sh
    • git: interact with Git repositories
    • lazygit: git TUI app
    • htop: process monitoring
    • tmux: terminal multiplexer
    • ripgrep: faster grep
    • fzf: Fuzzy finder
    • fd: faster find
    • bat: better cat app
    • openssh-client: use SSH keys
    • vim: edit files from the terminal
  • Custom integrated terminal

About

my Docker Alpine based Dev Container starter image

License:MIT License


Languages

Language:Shell 55.4%Language:Dockerfile 44.6%