Skip to content

Devcontainer images, features, and template repos, and scripts for setting up a new machine or container.

Notifications You must be signed in to change notification settings

jifalops/devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Devcontainer images, features, and template repos, and scripts for setting up a new machine or container.

Resources

Stars

Watchers

Forks