Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.79 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.79 KB

docker-dev-base

Downloads Image Size

Base image for setting up VS Code development environments.

shell

Overview

This image is based on bitnami/minideb image with Zsh as the default shell. It also includes Oh My Zsh framework with some plugins pre-installed.

Pre-installed userland tools

  • bat (enhanced cat)
  • curl
  • git
  • glow
  • gpg
  • less
  • lsd (enhanced ls)
  • ssh (client toolchain only)
  • sudo

Pre-installed Zsh plugins

Can overwrite these using ZSH_PLUGINS environment variable with a comma delimited list.

Zsh Customization

You can provide a path to your own zshrc file using ZSHRC_OVERWRITE. Example to add an untracked local folder with a zshrc and mount the folder. Then provide this env variable to overwrite.

To just extend functionality you can use ZSHRC_EXTRA which will source extra zshrc startup content including PATH overwrites if desired.

Supported tags

  • bullseye, 11

Copyright © 2022-2023 Verdigris Technologies, Inc. All rights reserved.