# cloudtask-agent **Repository Path**: cloudtask/cloudtask-agent ## Basic Information - **Project Name**: cloudtask-agent - **Description**: tasks worker agent. - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2018-03-24 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: task-schedule **Tags**: None ## README # cloudtask-agent The cloudtask platform task work node. Join to the cloudtask runtime cluster, according to the runtime tasks distribution table information, responsibled for the final execution of the tasks. ### Documents * [APIs Manual](./APIs.md) * [Configuration Introduction](./Configuration.md) ### Usage > binary ``` bash $ ./cloudtask-agent -f etc/config.yaml ``` > docker image [![](https://images.microbadger.com/badges/image/cloudtask/cloudtask-agent:2.0.0.svg)](https://microbadger.com/images/cloudtask/cloudtask-agent:2.0.0 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/cloudtask/cloudtask-agent:2.0.0.svg)](https://microbadger.com/images/cloudtask/cloudtask-agent:2.0.0 "Get your own version badge on microbadger.com") ``` bash $ docker run -d --net=host --restart=always \ -v /opt/app/cloudtask-agent/etc/config.yaml:/opt/cloudtask/etc/config.yaml \ -v /opt/app/cloudtask-agent/logs:/opt/cloudtask/logs \ -v /opt/app/cloudtask-agent/cache:/opt/cloudtask/cache \ -v /etc/localtime:/etc/localtime \ --name=cloudtask-agnet \ cloudtask/cloudtask-agent:2.0.0 ``` ## License cloudtask source code is licensed under the [Apache Licence 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).