imdock cnp56
1.0.0
Centos(Nginx + PHP5.6)
you can easy install PHP Framework (ex: Laravel)
you can use xdebug mode by PHPStorm(2016.2 or latest)
this project use management by docker-compose
you can use this for Laravel-5 PHP Framework
~ $ mkdir {project-name}
~ $ cd {project-name}
~/{project-name} $ git clone https://github.com/imagine10255/imdock-cnp56.git
~/{project-name} $ cd imdock-cnp56
~/{project-name}/imdock-cnp56 $ vim ./docker-compose-yml
~/{project-name}/imdock-cnp56 $ docker-compose up
~/{project-name}/imdock-cnp56 $ cp ./sites-enable/default.vhost.sample ./sites-enable/default.vhost
~/{project-name}/imdock-cnp56 $ vim ./docker-compose-yml
~/{project-name}/imdock-cnp56 $ vim ./default.vhost
~/{project-name}/imdock-cnp56 $ docker-compose up -d
{project-name}
├── imdock-cnp56
│ ├── conf/
│ ├── sites-enable/(nginx website setting)
│ ├── sites-module/
│ ├── website(sample phpinfo)
│ ├── Dockerfile
│ └── docker-compose.yml
└── {project-dir}
└── ...#if you not have group network, you can create this, and other docker-compose use this network setting
~ $ docker network create --driver bridge imdockgroup
You just look at this directory you will understand (config/*)
When the settings are complete, restart the container