Sign inSign up

hahlabs/angular

By hahlabs

Updated over 1 year ago

Initial development environment, ubuntu, angular, firebase

Image
Web servers
0

805

hahlabs/angular repository overview

Saturday June 11 2022 This development environment fully loaded with tools needed to develop Angular, and Firebase, featuring

  1. full version Ubuntu 20.04 , upgraded and updated
  2. NGINX: home: /etc/nginx default host: default -> port 80; root doc: /var/www/html virtual host: app-view -> port 8081; root doc: /var/www/app-view
  3. NVM, NPM, Node.js --lts (16.15.1), @angular/cli@v13-lts
  4. user hahlabs (uid 1000 gid 1000)
  5. exposed ports 80 : nginx default host, 8081:nginx virtual host app-view, 4200: default angular test service (ng serve --host 0.0.0.0), 9005: firebase authentication port (firebase login feedback)

to run the image use the command

docker run -ditp 4200:4200 -p 80:80 -p 8081:8081 -p 9005:9005
-w /home/hahlabs -u 1000:1000
--name angular $IMAGE_TAG

published and maintained by HAHLABS @ hahlabs at hahlabs.com,

Tag summary

Content type

Image

Digest

sha256:b183cf529

Size

474.1 MB

Last updated

over 1 year ago

docker pull hahlabs/angular:life