Building rocket

Building rocket

rocketをbuildするよ

buildする環境を構築するVagrantfile作った。

vagrant up後、ログインして以下を実行する

$ git clone https://github.com/coreos/rocket.git 
$ cd rocket; ./build 

するとbinディレクトリが作成される

binディレクトリの中にバイナリファイルrktがビルドされる

あとは普通に使える

$ bin/rkt
NAME:
        rkt - rocket, the application container runner

USAGE:
        rkt [global options] <command> [command options] [arguments...]

VERSION:
        0.3.2+git

COMMANDS:
        enter           Enter the namespaces of an app within a rkt container
        fetch           Fetch image(s) and store them in the local cache
        gc              Garbage-collect rkt containers no longer in use
        help            Show a list of commands or help for one command
        list            List containers
        metadatasvc     Run metadata service
        run             Run image(s) in an application container in rocket
        status          Check the status of a rkt container
        trust           Trust a key for image verification
        version         Print the version and exit

GLOBAL OPTIONS:
        --debug=false                   Print out more debug information to stderr
        --dir=/var/lib/rkt              rocket data directory
        --help=false                    Print usage information and exit
        --insecure-skip-verify=false    skip image or key verification

Run "rkt help <command>" for more details on a specific command.

Convert docker image into rocket aci の問題をいろいろソースいじくって解決してPRだせたら…神…いゎゆる…ゴッドってコト…