mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
580 B
580 B
contexts
contexts通过模块化、集群化、自动化,可以在各种设备上,快速组建起云计算服务。
install
install by binary
$ curl https://shylinux.com/publish/ice.sh | sh
$ ctx_self=http://:9020 bin/ice.sh start serve
ice>
install by docker
$ docker run -p 9020:9020 -it shylinux/contexts
ice>
install by source
$ git clone https://github.com/shylinux/contexts
$ cd contexts && source etc/miss.sh
$ make
$ ish_miss_serve
ice>