Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (almost 9 years ago)
- Default Branch: latest
- Last Pushed: 2023-10-18T22:53:05.000Z (about 1 year ago)
- Last Synced: 2023-10-18T23:28:24.876Z (about 1 year ago)
- Topics: android, cordova, docker, docker-image, ionic, nodejs
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 29.3 KB
- Stars: 92
- Watchers: 6
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/beevelop/docker-ionic/docker.yml?style=for-the-badge)
![Docker Pulls](https://img.shields.io/docker/pulls/beevelop/ionic.svg?style=for-the-badge)
![Docker Stars](https://img.shields.io/docker/stars/beevelop/ionic?style=for-the-badge)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/beevelop/ionic/latest?style=for-the-badge)
![License](https://img.shields.io/github/license/beevelop/docker-ionic?style=for-the-badge)
[![GitHub release](https://img.shields.io/github/release/beevelop/docker-ionic.svg?style=for-the-badge)](https://github.com/beevelop/docker-ionic/releases)
![GitHub Release Date](https://img.shields.io/github/release-date/beevelop/docker-ionic?style=for-the-badge)
![CalVer](https://img.shields.io/badge/CalVer-YYYY.MM.MICRO-22bfda.svg?style=for-the-badge)
[![Beevelop](https://img.shields.io/badge/-%20Made%20with%20%F0%9F%8D%AF%20by%20%F0%9F%90%9Dvelop-blue.svg?style=for-the-badge)](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...
![One does not simply use latest](https://i.imgflip.com/1fgwxr.jpg)