Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 484 Bytes

mercury-agent

The mercury linux agent

Docker

Building a local test image

Pre-requisite: Needs a pre-built image of mercury-core.

To build the image use the following command

docker build -t local/mercury-agent -f Dockerfile .

Starting the agent

Once the local image has been built, use the compose file to start the mercury-agent.

docker-compose -f docker-compose.yml -p mercury-agent up