Put all server files in public_html folder except the sql dump file.
docker build -t acds .
docker run -p 8080:80 -it acds /bin/bash
docker run -p 8080:80 -id acds /bin/bash
Browse to localhost:8080
Use either use port forwarding or allow port 80 to be used so that the 8080 port is not used.