Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 525 Bytes

FMZ robot Dockerfile

Docker container to use FMZ.

Usage

Install

Pull zoozy/fmz-robot from the Docker repository:

docker pull zoozy/fmz-robot

Run

Run the image, binding associated ports, and mounting the present working directory:

docker run -e "USERID=<YourUserId>" -e "PASSWORD=<YourPassword>" -v $(pwd):/app/logs zoozy/fmz-robot

Volumes

Volume Description
/app/logs The location of the robot logs.