Skip to content

Latest commit

 

History

History

edge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This image is a base image for Iron.io's set of tiny images. Currently, it's just the alpine OS image.

Building this image

First, be sure to get the latest alpine:

docker pull alpine:edge

Then build it:

docker build -t iron/base:edge .

Push:

docker push iron/base