https://github.com/beevelop/docker-ionic
:roller_coaster: Docker image for Ionic (with Android & Cordova)
https://github.com/beevelop/docker-ionic
android cordova docker docker-image ionic nodejs
Last synced: 8 days ago
JSON representation
:roller_coaster: Docker image for Ionic (with Android & Cordova)
- Host: GitHub
- URL: https://github.com/beevelop/docker-ionic
- Owner: beevelop
- License: mit
- Created: 2015-12-07T20:31:22.000Z (over 9 years ago)
- Default Branch: latest
- Last Pushed: 2023-10-18T22:53:05.000Z (over 1 year ago)
- Last Synced: 2025-04-14T23:16:17.371Z (8 days ago)
- Topics: android, cordova, docker, docker-image, ionic, nodejs
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 29.3 KB
- Stars: 95
- Watchers: 6
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-ionic/releases)


[](https://beevelop.com)# Latest Ionic
### based on the latest Cordova with Android `13` and Node.js `v18`
---
### Pull from Docker Hub
```
docker pull beevelop/ionic:latest
```### Build from GitHub
```
docker build -t beevelop/ionic github.com/beevelop/docker-ionic
```### Run image
```
docker run -it beevelop/ionic bash
```### Use as base image
```Dockerfile
FROM beevelop/ionic:latest
```---
### Use tags where possible, because...
