ionic 3 docker image using docker-compose to run everything for you
10K+
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
Content type
Image
Digest
Size
436.1 MB
Last updated
over 9 years ago
docker pull shlomik/docker-ionic3