Raspberry Pi 3 (ARM) Angular 2 Quickstart platform
10K+
Based on http://blog.alexellis.io/getting-started-with-docker-on-raspberry-pi/ node image and using the Angular 2 Quickstart image from https://angular.io/docs/ts/latest/guide/setup.html. This can provide a starting point for building Angular JS 2 applications for Pi.
docker pull brereton/rpi3-angular2-quickstart
Once the image is downloaded, use the following to run it.
docker run -it -p 3000:3000 -p 3001:3001 --name angularjs brereton/rpi3-angular2-quickstart
Once that is up and running, visit the website using your Raspberry Pi IP address and 3000 as the port.
http://<raspberry pi IP>:3000
Use
http://<raspberry pi IP>:3001
to get to browsersync access.
Finally, bring up a bash shell to start working through the Angular JS Tour of Heroes tutorial.
docker exec -it angularjs bash
The Dockerfile source can be found at https://github.com/joannbrereton/rpi3-angular2-quickstart
Content type
Image
Digest
Size
184.6 MB
Last updated
over 9 years ago
docker pull brereton/rpi3-angular2-quickstart