Skip to content

mtlgo/ui

Repository files navigation

Docker UI (Alpha - Prototype)

Build Status Imgur

Note

This project is built upon the Angular-cli for Angular 2. You can browse the repository for further information about the CLI. For the nitty-gritty details of the Angular-cli Webpack configuration, you can have a look on this file.

Compilation and Build stack

Getting Started

Supported tags for mtlgo/docker-ui image

  • latest (target the latest master branch release)

Run a container

docker run -dt -p 5000:4200 mtlgo/docker-ui

Or you can build your own image following the process below.

Build a docker-ui image

docker build -t docker-ui .

Development

Prerequisites

It's not mandatory, but you can install the angular-cli for convenience.

npm install -g angular-cli@webpack

Installation

npm install

Run

Run a Webpack dev server

npm start

Build Only

Build a development release

npm run build