Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 221 Bytes

Docker alpine base

Building image

# docker build -t alpine-base .
# docker push yourusername/alpine-base

Using image

In your dockerfile include this line

FROM limed/alpine-base:latest