Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

attic-storage/dockerfile-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CoreOS/Rocket on Docker

No Maintenance Intended

Want to try Rocket, try it on Docker

What is Rocket

Read this https://coreos.com/blog/rocket/

And go to https://github.com/coreos/rocket

Build this dockerfile, Run it

On your machine

$ docker build -t="rlespinasse/dockerfile-rocket" https://github.com/rlespinasse/dockerfile-rocket
$ docker run -i -t "rlespinasse/dockerfile-rocket" /bin/bash

From docker hub

$ docker pull rlespinasse/dockerfile-rocket
$ docker run -i -t "rlespinasse/dockerfile-rocket" /bin/bash

And on the container

> rkt help