Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.83 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.83 KB

Docker Automated build Docker Stars Docker Pulls Docker Build Status MicroBadger Size (tag) MicroBadger Layers (tag)

Type Lightweight Build Status HitCount Beta On_Going_Changes GitHub version

ionic-docker

Ionic npm version Cordova 8.0.0

A ready made docker image that runs ionic framework with Cordova, Capacitor, and Stencil JS frameworks embedded in the container ,based on lightweight linux alpine image, to ease the development of hyrbid mobile & PWA, this image will be the base for further improvments.

Description Base Alpine

The aim of this image is to have a neat, clean, and small in size development environment for ionic framework - along with Cordova, capacitor, and stencil JS - for developing and testing ionic based applications without the need to install the framework on the machine itself, and also have the ability to test new beta versions without affecting the stable one if it's installed on the local machine.

Usage

Pull image from docker hub

docker pull abusharaf/ionic:latest

Build image from Github Dockerfile

docker image build -t abusharaf/ionic github.com/abusharaf/ionic-docker

Run docker image

docker container run -it -p 8100:8100 abusharaf/ionic /bin/sh

Use as base image

FROM abusharaf/ionic:latest

License License: MIT

This project is licensed under the MIT License - see the LICENSE.md file for details