Skip to content

Sample code of how to run angular unit testing with docker

Notifications You must be signed in to change notification settings

doenikoe/ng-docker

Repository files navigation

NgDocker

This project was generated with Angular CLI version 1.3.0.

How to use this sample code

1. Get DOCKER COMMUNITY EDITION

You can download and install docker community edition here: https://www.docker.com/get-docker, please select the version that match with your operating system.

2. Get Docker Compose

You can find Docker Compose installation instruction here: https://docs.docker.com/compose/install

3. Download docker official nodejs image

docker pull node:latest

4. Clone this repo into your machine

git clone https://github.com/doenikoe/ng-docker.git

5. Change workdir

cd ng-docker

6. Run the test

docker-compose -f docker-compose-test.yml up --build

About

Sample code of how to run angular unit testing with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published