Ionic Development! Based on adamino/android:latest
656
When you start a new Ionic project, you might not initially feel the need for more than node and a couple of packages... However when you become ready to release the app, you're suddenly going to need a bit more in your "path"!
That's why I've created this image, which serves as a complete development environment for developing and releasing Ionic apps!
In order to utilize this image, you only need to have the latest version of docker installed!
docker compose-up
This way you will see the output of the container. The app will be served at localhost:8100
If you want to run the container without seeing the output simply run:
docker-compose up -d
If you want to attach a shell execute the the following command:
docker exec -it {NameOfYouContainer} /bin/sh
E.g.
docker exec -it myAwesomeApp_ionic_1 /bin/sh
Content type
Image
Digest
Size
884.8 MB
Last updated
about 7 years ago
docker pull adamino/ionic