Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devteds/devops-local-setup-docker-devcontainer-vscode
DevOps Local Development Setup using Docker & VSCode with DevContainers extension
https://github.com/devteds/devops-local-setup-docker-devcontainer-vscode
aws devcontainer devcontainers devops devops-setup-tools devops-tools docker docker-compose vscode
Last synced: 29 days ago
JSON representation
DevOps Local Development Setup using Docker & VSCode with DevContainers extension
- Host: GitHub
- URL: https://github.com/devteds/devops-local-setup-docker-devcontainer-vscode
- Owner: devteds
- Created: 2023-11-15T06:11:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T01:29:25.000Z (9 months ago)
- Last Synced: 2024-11-14T02:37:48.041Z (3 months ago)
- Topics: aws, devcontainer, devcontainers, devops, devops-setup-tools, devops-tools, docker, docker-compose, vscode
- Language: Dockerfile
- Homepage: https://www.devteds.com/devops-local-setup-with-docker-and-devcontainers-vscode/
- Size: 1.51 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Local Development Environment Setup using Docker & `Dev Containers` in Visual Studio Code (VSCode)
The source code is for the [short course](https://youtu.be/XTfIVffnapo)
## Announcement: Course on Kubernetes
> If you want to start deploying your containers to Kubernetes, especially on AWS EKS, [check this course on Kubernetes](https://www.devteds.com/kubernetes-course-aws-eks-terraform) that walkthrough creating Kubernetes cluster on AWS EKS using Terraform and deploying multiple related containers applications to Kubernetes and more. https://www.devteds.com/kubernetes-course-aws-eks-terraform
---
[Course video link](https://youtu.be/XTfIVffnapo)
[![Course Video Link](./doc/youtube-thumbnail-devops-local-setup-with-docker-and-devcontainers-vscode.png)](https://youtu.be/XTfIVffnapo)
Visit https://devteds.com to watch all the videos and courses on DevOps and Cloud courses.
## Terminal Window Log
### Code
```
mkdir ~/projs
git clone https://github.com/devteds/devops-local-setup-docker-devcontainer-vscode.git devops-local-setup-docker-devcontainer-vscode
cd devops-local-setup-docker-devcontainer-vscode
```### Update DevContainer Config
- Update the Host path in `.devcontainer/devcontainer.json`
- Change S3 bucket name in terraform## Tools & Versions I used
- MacOS
- Docker 24.0.2, build cb74dfc