SIGN IN SIGN UP
TarsCloud / Tars UNCLAIMED

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.

0 0 1 C++
2021-04-02 15:16:40 +08:00
#!/bin/bash
if (( $# < 1 ))
then
echo $#
echo "$0 push(false/true)"
exit 1
fi
push=$1
if [ "$push" == "true" ]; then
push="true"
else
push="false"
fi
cd docker/framework
./build-docker.sh master master latest ${push}