New Angular 2 / Java Docker image
Updated: 2017-01-24
Quick post to announce the new docker image of the angular / spring boot example.
https://hub.docker.com/r/javaee/angular2-java-hello-world/
Here the command to install locally: docker pull javaee/angular2-java-hello-world
The app is still very simple and it is visible here: https://angular.cafe
You can start the docker image with the following command:
docker run --name angular -d -p 8080:8082 javaee/angular2-java-hello-world
The app will be visible on https://localhost:8080
I will add soon new features with the comments that explains how to implement them:
– Spring security
– Database
– REST unit tests
– Forms
– Complex pagination
– Machine learning
If you want to see something implemented you can write a comment.