https://github.com/Azure-Samples/openhack-containers
Source code and dockerfiles for Containers Openhack
https://github.com/Azure-Samples/openhack-containers
Last synced: about 2 months ago
JSON representation
Source code and dockerfiles for Containers Openhack
- Host: GitHub
- URL: https://github.com/Azure-Samples/openhack-containers
- Owner: Azure-Samples
- License: mit
- Archived: true
- Created: 2019-09-30T18:51:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T17:01:36.000Z (almost 4 years ago)
- Last Synced: 2024-04-11T17:03:08.281Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 1.08 MB
- Stars: 76
- Watchers: 21
- Forks: 237
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# :warning: Archived - Containers 2.0 Openhack
## Archived
> :warning: This repo has been moved to [https://github.com/Microsoft-OpenHack/containers_artifacts](https://github.com/Microsoft-OpenHack/containers_artifacts).
This repo houses the source code and dockerfiles for the Containers OpenHack event.
The application used for this event is a heavily modified and recreated version of the original [My Driving application](https://github.com/Azure-Samples/MyDriving).
## Contents
| File/folder | Description |
|-------------------|--------------------------------------------|
| `.devcontainer` | VS Code [development container](https://code.visualstudio.com/docs/remote/containers) with useful utils (Azure CLI, Kubectl, Helm, etc.) |
| `dockerfiles` | Dockerfiles for source code |
| `src` | Sample source code for POI, Trips, User (Java), UserProfile (Node.JS), and TripViewer |
| `.gitignore` | Define what to ignore at commit time. |
| `CODE_OF_CONDUCT.md` | Code of conduct. |
| `LICENSE` | The license for the sample. |## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.