Sign inSign up

thebit4bit/ionic3

By thebit4bit

Updated over 7 years ago

Build Ionic 3 Android

Image
2

10K+

thebit4bit/ionic3 repository overview

docker-ionic3

Docker image to build ionic3 android

This is a fork of https://hub.docker.com/r/marcomaisel/ionic/ Difference is that i use node 8 instead of 10, because the level-down version in my Ionic3 Dependencies don't work with node 10

  • Ionic 3
  • Cordova
  • node 8 & npm
  • Java
  • Android SDK
  • Gradle
  • Docker Garbage Collection to remove Containers that exited more than an hour ago

Pull from Docker Hub
docker pull thebit4bit/ionic3:v1.0.0
Build from GitHub Repository
docker build -t thebit4bit/ionic3:v1.0.0 github.com/nickwinger/docker-ionic3
Run image
docker run -it thebit4bit/ionic3:v1.0.0
Use as base image
FROM thebit4bit/ionic3:v1.0.0

Fork of

https://github.com/marcomaisel/docker-ionic

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 7 years ago

docker pull thebit4bit/ionic3