Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 322 Bytes

Dockerized go agent

This repository contains a Dockerfile for containerizing Go build agents.

Usage

Repeat the following command to launch as many agents as you need:

docker run -d --link go-server:go-server patforna/go-agent

Building from scratch

docker build -t patforna/go-agent .