@@ -9,7 +9,7 @@ on AWS Elastic Beanstalk
99
1010FirstMile
1111----------
12- FirstMile is a command-line tool that simplifies the development and deployment of
12+ FirstMile is a command-line tool that simplifies development and deployment of
1313web applications for Amazon Elastic Beanstalk and Google App Engine.
1414
1515https://github.com/cloud-ark/firstmile.
@@ -58,15 +58,15 @@ $ cld app show --deploy-id <dep-id>
5858
5959-----------------------------------
6060
61- How FirstMile works ?
62- ---------------------
63- FirstMile uses Docker to package your application and deploy it. For MySQL service, FirstMile deploys
64- a MySQL Docker container
61+ How does FirstMile work ?
62+ ------------------------
63+ FirstMile uses Docker to package your application and deploy it.
64+ For MySQL service, FirstMile deploys a MySQL Docker container.
6565
6666
67- How is FirstMile different than docker-compose?
67+ How is FirstMile different from docker-compose?
6868-----------------------------------------------
69- For local development use-case FirstMile and docker-compose are kind of similar. Where FirstMile is
70- different is that besides local development, it also allows you to deploy same code, without any
71- modifications, to AWS Beanstalk and Google App Engine. This is not possible with docker-compose
69+ For local development use-case FirstMile and docker-compose are kind of similar.
7270
71+ Where FirstMile is different is that, besides local development, it also allows you to deploy same code, without any
72+ modifications, to AWS Beanstalk and Google App Engine. This is not possible with docker-compose.
0 commit comments