github.com/ggreg80/ketos@v0.0.0-20171109040536-049616f51ddb/README.md (about)

     1  > **Notice**:
     2  >
     3  > For now, everything should be worked theoretically, but some dependencies may broken caused by GFW and Chinese meeting. Continuous developing is not possible. Before that, I will complete refactoring my graduation design first.
     4  
     5  # Cross Container Builder (Ketos)
     6  
     7  [![GoDoc](https://godoc.org/github.com/setekhid/ketos?status.svg)](https://godoc.org/github.com/setekhid/ketos) [![Go Report Card](https://goreportcard.com/badge/github.com/setekhid/ketos)](https://goreportcard.com/report/github.com/setekhid/ketos) [![Build Status](https://travis-ci.org/setekhid/ketos.svg?branch=master)](https://travis-ci.org/setekhid/ketos)
     8  
     9  A tasting project for Go Hackathon 2017 Shanghai.
    10  
    11  This project aims to help you building a docker image in CI platform better.
    12  
    13  ## Hackathon Team (alpha order)
    14  
    15  ```
    16  Ace-Tang   (github.com/ace-tang) <aceapril@126.com>
    17  Huitse Tai (github.com/setekhid) <geb.1989@gmail.com>
    18  ```
    19  
    20  ## Building & Usage
    21  
    22  ```bash
    23  docker build -t setekhid/ketos:latest .
    24  docker run -it --rm  setekhid/ketos:latest xcb help
    25  ```