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!
- Host: GitHub
- URL: https://github.com/sungchun12/dev-containers
- Owner: sungchun12
- License: mit
- Created: 2019-06-06T04:46:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T23:15:47.000Z (over 6 years ago)
- Last Synced: 2025-02-26T03:37:38.699Z (8 months ago)
- Topics: developer-tools, development-environment, docker, templates, vscode
- Language: Dockerfile
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)