Images and scripts for setting up development environments on a host or in a container.
Inspired by containers.dev and github.com/devcontainers/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 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).
While some are cross platform, most scripts use apt-get
and are intended for Debian based Linux distributions.
Template repositories are a starting point for new projects that use the images in this repo.
jifalops/svelte-static
- A fully-featured container for a delightfully modern experience building a web client or static site.