You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***app/index.php** - Default web page, enter the IP address `docker-machine ls` to load this page.
19
-
***app/mac-permissions.sh** - Run manually on container to match uid / gid permissions of local docker container to Mac OS X
20
-
***app/postfix.sh** - Used by *supervisord.conf* to start Postfix
21
-
***app/run.sh** - Setup apache, conf files, and start process on container
22
-
***app/sample.conf** - located within `/data/apache2/sites-enabled` duplicate / modify to host others domains
23
-
***app/supervisord.conf** - Supervisor is a client / server system which monitors and controls a number of processes on UNIX-like operating systems
24
-
***.env.example** - Rename file to `.env` for local environment variables used within build
25
-
***.circleci/\*** - Configuration for CircleCI 2.0 testing
26
-
***docker-compose.\*** - (various composer files for local and production builds) [more info](https://docs.docker.com/docker-cloud/apps/deploy-to-cloud-btn/)
27
-
***Dockerfile** - Uses a basefile build to help speed up the docker container build process
28
-
***Makefile** - A helpful file used to streamline build commands
29
-
***shippable.yml** - Configuration for Shippable.com testing
30
-
***tests/build_tests.sh** - Build test processes
31
-
32
-
33
17
18
+
```shell
19
+
Apache # → Root of Docker Build
20
+
├── app/ # → App conf to manage application on container
@@ -59,10 +66,3 @@ These continuous integration services will fully test the creation of your conta
59
66
---
60
67
61
68
**[Shippable](https://shippable.com)** - Test **production** and **dev** Docker builds, can the container be built the without error? The ```/tests/build_tests.sh``` file ensures the can run with parameters defined. Shippable allows the use of [matrix environment variables](http://docs.shippable.com/ci_configure/#using-environment-variables) reducing build time and offer a more robust tests. If any test(s) fail the system should be reviewed closer.
0 commit comments