File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # docker-ionic
2- Personal Ionic Docker Image for e.g. GitLab CI Runners
1+ [ ![ Travis] ( https://img.shields.io/travis/beevelop/docker-ionic.svg?style=flat-square )] ( https://travis-ci.org/beevelop/docker-ionic )
2+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/ionic.svg?style=flat-square )] ( https://links.beevelop.com/d-ionic )
3+ [ ![ ImageLayer] ( https://badge.imagelayers.io/beevelop/ionic:latest.svg )] ( https://imagelayers.io/?images=beevelop/ionic:latest )
4+ [ ![ Beevelop] ( https://links.beevelop.com/honey-badge )] ( https://beevelop.com )
5+
6+ # Latest Ionic
7+ ### based on the latest Cordova with the latest Android and the latest Node.js
8+ ----
9+ ### Pull from Docker Hub
10+ ```
11+ docker pull beevelop/ionic:latest
12+ ```
13+
14+ ### Build from GitHub
15+ ```
16+ docker build -t beevelop/ionic github.com/beevelop/docker-ionic
17+ ```
18+
19+ ### Run image
20+ ```
21+ docker run -it beevelop/ionic bash
22+ ```
23+
24+ ### Use as base image
25+ ``` Dockerfile
26+ FROM beevelop/ionic:latest
27+ ```
You can’t perform that action at this time.
0 commit comments