Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image Added

 

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 

Image Added