Page History
...
If there are any issues you can go to http://your_hostname:5001/ACT_requirements.php
Helpful Docker Commands
To delete the running act_container, enter in: docker container rm -f act_container
To run a container based on the act_image, type in docker run --name [anyname] -d -p [hostPort:80] act_image
In the exmaple beow we have started two ACT containers running at the same time