Sign inSign up

shlomik/docker-ionic3

By shlomik

Updated over 9 years ago

ionic 3 docker image using docker-compose to run everything for you

Image
0

10K+

shlomik/docker-ionic3 repository overview

you can set everything up using this:

docker-compose -f dev.yml up -d

you can run it via docker using: docker run -d -v pwd:/opt/project -v /opt/project/node_modules -p 8100:8100 delme_ionic ionic serve

a repo with a sample project could be found here: https://github.com/shlomikushchi/Docker-Ionic3.git

your application is now served under port 8100

Tag summary

Content type

Image

Digest

Size

436.1 MB

Last updated

over 9 years ago

docker pull shlomik/docker-ionic3