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そのものへの理解を深めることを目的とする。
- Host: GitHub
- URL: https://github.com/itachi-p/dockerstudy_201910
- Owner: itachi-p
- Created: 2019-10-11T11:40:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T00:20:59.000Z (almost 3 years ago)
- Last Synced: 2025-07-20T06:44:26.800Z (11 months ago)
- Topics: docker, docker-compose, json, nginx, php-fpm, yml
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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.