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

Latest commit

 

History

History
33 lines (21 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 664 Bytes

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