Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.44 KB

Development Containers (devcontainers)

Images and scripts for setting up development environments on a host or in a container.

Inspired by containers.dev and github.com/devcontainers/images.

Images

Docker images for particular languages or technology combinations.

  • Based on devcontainers/images with additional tools and features like bash completion.
  • Have a user named developer that can sudo without a password.
  • Published to Docker Hub for easy use.
  • Include a working python and node environment (pip/x, npm, etc.) for easily adding command line tools.
  • Include the Github CLI for easy access to repositories.

Scripts

Scripts can be run on a host or in a container to setup a development environment one piece at a time.

They are headless and install the latest version of tools (or latest LTS version).

Script Compatibility

While some are cross platform, most scripts use apt-get and are intended for Debian based Linux distributions.

Template Repositories

Template repositories are a starting point for new projects that use the images in this repo.

  1. jifalops/svelte-static - A fully-featured container for a delightfully modern experience building a web client or static site.