Skip to content

Commit

Permalink
correct spacing of bold in readme and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cmosh committed Sep 20, 2017
1 parent 40e97cd commit 47c92f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ARM image for alpine linux
# ARM image for alpine linux [![](https://images.microbadger.com/badges/image/cmosh/alpine-arm.svg)](https://microbadger.com/images/cmosh/alpine-arm "Get your own image badge on microbadger.com")

Alpine base image for arm that can builds on docker hub and other x86 platforms. This is based on resin's debian project

Expand All @@ -8,7 +8,7 @@ Alpine Linux is a Linux distribution built around musl libc and BusyBox. The ima

## How to use this image

Use like you would any other base image except for one caveat, you need to enclose your __RUN __portion with:
Use like you would any other base image except for one caveat, you need to enclose your __RUN__ portion with:

FROM foo/bar
RUN [ "cross-build-start" ]
Expand Down

0 comments on commit 47c92f3

Please sign in to comment.