Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 579 Bytes

File metadata and controls

28 lines (26 loc) · 579 Bytes

TaskC

TaskC is for Task Closure, which provides a modular way to the Building, Upgrading, Running of containers.

Quick Start

curl -sSf https://lfz.space/taskc.sh | sudo sh

How to Build from Source

User

$ apt install gcc # for compiling libcontainer
$ bash scripts/build.sh
$ taskc

Prefab Service Proxy

$ cd cmd/prefabservice
$ go build
$ sudo ./prefabservice -v -p

Prefab Service

$ bash scripts/install-multi-pythons.sh # for building wheels from sources
$ cd cmd/prefabservice
$ go build
$ sudo ./prefabservice -v