https://github.com/tomblancdev/template-devcontainer-alpine
Template for Alpine devcontainer
https://github.com/tomblancdev/template-devcontainer-alpine
Last synced: 6 months ago
JSON representation
Template for Alpine devcontainer
- Host: GitHub
- URL: https://github.com/tomblancdev/template-devcontainer-alpine
- Owner: tomblancdev
- Created: 2024-03-17T15:11:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T16:16:28.000Z (over 2 years ago)
- Last Synced: 2024-03-18T16:29:50.107Z (over 2 years ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {PROJECT_NAME}
## Description
{PROJECT_DESCRIPTION}
## Folder Structure
```shell
./
├── .devcontainer/ # Devcontainer configuration
│ ├── devcontainer.json # Devcontainer configuration
│ └── docker-compose.yml # Docker-compose configuration
├── .github/ # Github configuration
├── compose-samples/ # Docker-compose samples
├── .dockerignore # Docker ignore file
├── .gitattributes # Git attributes file
├── .gitignore # Git ignore file
├── .pre-commit-config.yaml # Pre-commit configuration
├── Dockerfile # Dockerfile
├── LICENSE # License file
└── README.md # Readme file
```
## Use Cases
- Work on a project with a consistent development environment
- Share a development environment with your team
- Quickly onboard new developers
- Create builds from a consistent environment