Sign inSign up

guptasanchit90/docker-ionic2

By guptasanchit90

•Updated over 9 years ago

Ionic2 and Node7

Image
0

312

guptasanchit90/docker-ionic2 repository overview

⁠Docker-Ionic2

Original source : https://github.com/bekkere/docker-ionic2⁠

⁠Installation

Pull the image:

docker pull guptasanchit90dev/docker-ionic2

Create a alias for simple execution:

alias ionic="docker run -ti --rm -p 8100:8100 -p 35729:35729 -v \$PWD:/myApp:rw guptasanchit90dev/docker-ionic2:latest ionic"

⁠Usage

Run the container using:

ionic start MyApp --v2
ionic serve --lab -b # http://localhost:8100/ionic-lab

Tag summary

Content type

Image

Digest

Size

248.7 MB

Last updated

over 9 years ago

docker pull guptasanchit90/docker-ionic2