An open API service indexing awesome lists of open source software.

https://github.com/setekhid/ketos

Cross Container Builder (Ketos), a tasting project for Go Hackathon 2017 Shanghai. This project aims to help you building a docker image in CI platform better.
https://github.com/setekhid/ketos

continuous-integration diy docker docker-builder docker-registry hackathon ketos tasting

Last synced: 3 months ago
JSON representation

Cross Container Builder (Ketos), a tasting project for Go Hackathon 2017 Shanghai. This project aims to help you building a docker image in CI platform better.

Awesome Lists containing this project

README

          

> **Notice**:
>
> 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.

# Cross Container Builder (Ketos)

[![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)

A tasting project for Go Hackathon 2017 Shanghai.

This project aims to help you building a docker image in CI platform better.

## Hackathon Team (alpha order)

```
Ace-Tang (github.com/ace-tang)
Huitse Tai (github.com/setekhid)
```

## Building & Usage

```bash
docker build -t setekhid/ketos:latest .
docker run -it --rm setekhid/ketos:latest xcb help
```