Original source : https://github.com/bekkere/docker-ionic2
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"
Run the container using:
ionic start MyApp --v2
ionic serve --lab -b # http://localhost:8100/ionic-lab
Content type
Image
Digest
Size
248.7 MB
Last updated
over 9 years ago
docker pull guptasanchit90/docker-ionic2