Pull zoozy/fmz-robot
from the Docker repository:
docker pull zoozy/fmz-robot
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
Volume | Description |
---|---|
/app/logs |
The location of the robot logs. |