Page History
Info Box |
---|
Building and running Running this container image will require a recent supported installation of the Docker Engine You will also need root or superuser access to run this install. |
...
Info | ||
---|---|---|
| ||
Step 1. Fetch the ACT Docker archive from the repository URL: TBD.
Step 2. Change directory into the root of the extracted archive. If you do a directory listing you will see this:
Step 3. Run the Build/Run script by typing in: ./startACT.sh This is the script that will build and run the docker ACT container.
...
Tip Box | ||
---|---|---|
| ||
Our testing has shown that this ACT Docker container will run on: CentOS 7, Windows 10 Professional, and Mac OS. Also, this container will run on Windows 7 with the Docker Toolbox for Windows installed. |
Tip Box | ||
---|---|---|
| ||
Our public Dockerhub repository page is here: ACT On this page you will find abridged instructions on how to run this image into a container on your local host. |
UI Steps | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
|
...
|
...
|
...
|
...
|
If there are any issues you can , go to http://your_hostname:5001/ACT_requirements.php
You have completed all the steps! Here are some helpful Docker commands:
...
To run a container based on the act _ image, type in docker run --name [anyname] -d -p [hostPort:80] act_ name of image]
In the exmaple beow we have started two ACT containers running at the same time
Here are the two contianers URL containers' URLs running at the same time! Note the port numbers.
To get a list of running containers type in: docker container ls
...
To get to the act_container's shell, type in: docker exec -it act_container sh. Below you You can see this in the example below, here I did a ls , once inside the
contianers container's shell. to To leave the shell, type in exit. This will bring you back to the host OS.
...