An open API service indexing awesome lists of open source software.

https://github.com/sungchun12/dev-containers

Repo starter template. Docker files used to create images for various development workloads. This evolves with me!
https://github.com/sungchun12/dev-containers

developer-tools development-environment docker templates vscode

Last synced: 3 months ago
JSON representation

Repo starter template. Docker files used to create images for various development workloads. This evolves with me!

Awesome Lists containing this project

README

          

# dev-containers

## Repo Summary Statement

*The TLDR of what this repo does and why someone should care.*

Use this repo template to isolate development workloads, and share it with your team. Hopefully, this minimizes the administrative overhead in starting and documenting your projects.

Main Docker Dev Components:

- Debian Linux
- Python
- bash
- git
- gcloud SDK
- terraform 0.12.1
- pip install anything in "requirements.txt"

## Usage

*Listed use cases(ex: template code, utility to make workflows easier, etc.)*

- foo

## Order of Operations

*Listed steps for how the application/pipeline works*

1. foo
2. foo

## Technologies

*List out the technical components(ex: database, serverless function, etc.)*

- Database:
- Middleware:

## Languages

*ex: Python 3.7, SQL(Standard), Terraform, etc.*

## Technical Concepts

*Illustrate design choices, and highlight nuances worth pointing out*

- foo

## Further Reading

*Articles to dive deeper into specific areas*

- foo

## Lessons Learned

*Name pain points, pleasant surprises, and how I would develop this better next time/going forward*

- foo

## Contribute

All feedback is welcome! You can use the issue tracker to submit bugs, ideas, etc. Pull requests are splendid!

## Resources

- [How to choose a repo license?](https://choosealicense.com/)
- [Share a stackshare decision!](https://stackshare.io/sungchun12/my-stack)
- [How to develop in vscode & docker?](https://github.com/sungchun12/dev-containers/blob/master/INSTALLME.md)