https://github.com/jandedobbeleer/java-docker-setup
https://github.com/jandedobbeleer/java-docker-setup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandedobbeleer/java-docker-setup
- Owner: JanDeDobbeleer
- Created: 2017-05-04T12:01:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T06:55:37.000Z (over 8 years ago)
- Last Synced: 2025-06-03T10:18:48.626Z (4 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Docker setup
[](https://travis-ci.org/JanJoris/java-docker-setup)
[](https://circleci.com/gh/JanJoris/java-docker-setup)
[](https://codecov.io/gh/JanJoris/java-docker-setup)Welcome to my sample project on how to setup a Java environment using [Docker][docker] and Visual Studio Code on Linux. This project uses 2 containers, one to build and debug the code, and a second one to run [coala][coala] validation tests.
The setup contains all the configuration you need to debug in vscode out of the box, simply press `F5` to run and once the container is up and running, press `F5` again to debug the code.
The code contains build files for [circle.io][circle] and [Travis][travis] while the coverage is being handled by [codecov][codecov]
You can play around with the code and validate the effects using the `makefile` commands `build` or `validate`.
Have fun!
[docker]: https://www.docker.com/
[coala]: https://coala.io/
[circle]: https://circleci.com
[travis]: https://travis-ci.org
[codecov]: https://codecov.io