Skip to content

Commit 7cddfe1

Browse files
committed
update README
1 parent 1405349 commit 7cddfe1

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
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+
```

0 commit comments

Comments
 (0)