An open API service indexing awesome lists of open source software.

https://github.com/itachi-p/dockerstudy_201910

一旦Laravel、AWS等を除外してDocker及びDocker Composeそのものへの理解を深めることを目的とする。
https://github.com/itachi-p/dockerstudy_201910

docker docker-compose json nginx php-fpm yml

Last synced: 3 months ago
JSON representation

一旦Laravel、AWS等を除外してDocker及びDocker Composeそのものへの理解を深めることを目的とする。

Awesome Lists containing this project

README

          

The study plan was reviewed.(2019/10/10)

1. Docker
- Dockerfile
- docker-compose.yml
- nginx/site.conf
2. Replace simple php site(1.) to Laravel(laradock) application.
3. Deploy AWS(EC2) again.
4. Use AWS(Elastic Beanstalk multi-container Docker).
- Understand the difference (contrast) between docker-compose.yml and Dockerrun.aws.json.
- Learn how to use conversion tools from docker-compose.yml to Dockerrun.aws.json.
5. Learn how to manage AWS resources using Terraform.
6. Learn how to implement CI / CD using CircleCI.
7. Build an application that incorporates all of the above using AWS ECS / ECR.