Skip to content

donhighmsft/airlift-ng-todo-frontend

Repository files navigation

Angular Airlift Container Workshop on Docker and Jenkins

This is a sample ToDo App to show Jenkins pipeline, Angular, and Docker

This app manages to-dos. Using the app, the user can list, add, edit and remove to-dos.

Docker: Building a Container Image

# Build the image 
docker build -t donhighmsft/airlift-ng-todo-frontend

# Run the image 
docker run -p 80:80 donhighmsft/airlift-ng-todo-frontend

About

Airlift Angular Demo App to Containerize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published