Skip to content

This is a template to be used with cookiecuter to create a complete vscode devcontainer folder with the required files

License

Notifications You must be signed in to change notification settings

stiliajohny/cookiecutter-vscode-devcontainer-dind-devbox

Repository files navigation

Contributors Forks Stargazers Issues GPL3 License LinkedIn Ask Me Anything


Logo

VSCode Devcontainer Cookiecutter Template

This is a template to be used with cookiecuter to create a complete vscode devcontainer folder with the required files
Explore the docs »
Open in DevContainer · Report Bug · Request Feature

Table of Contents

About The Project

This is my very personal devcontainer template for vscode. I have created this template to help me get started with vscode devcontainer. In particular, I am using DinD and tools like Minikube and Kind For a full list of tools look at What this template provides?

Built With

  • Cookiecutter
  • Python
  • YAML
  • Docker
  • VSCode

Getting Started

Prerequisites

  • cookiecutter
  • Docker
  • VSCode

Installation

  • cookiecutter ==> $ pip3 install cookiecutter
  • Docker ==> $ sudo apt-get install docker.io
  • VSCode ==> $ sudo apt-get install vscode

Usage

  • $ cookiecutter gh:stiliajohny/cookiecutter-vscode-devcontainer-dind-devbox
  • Open the VS Code folder and Reopen in Container

What this template provides?

Initialize a new folder with:

  • devcontainer.json with all the settings
  • Dockerfile with prerequisites
  • Dockerfile library-scripts folders
  • Dockerfile scripts folder

Installed Software

  • Kind
  • Minikube
  • Docker (dockerd)
  • Kubectl
  • Helm
  • FluxBox
  • Terraform
  • Zsh
  • JQ
  • Vim
  • Tmux
  • Htop
  • VNC

Roadmap

See the open issues for a list of proposed features (and known issues).


Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

John Stilia - stilia.johny@gmail.com


Acknowledgements