From b82bf6cb5b2205594d7f848d6fe8dc702034bc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 14 Aug 2018 11:49:34 -0300 Subject: [PATCH 1/3] Typo on #018 on #25: (...) "as there are quite a few images ready to for your to use" or "as there are quite a few images ready for your use" --- docs/deploy-with-docker-on-linuxone.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deploy-with-docker-on-linuxone.md b/docs/deploy-with-docker-on-linuxone.md index 8f35211..a442327 100644 --- a/docs/deploy-with-docker-on-linuxone.md +++ b/docs/deploy-with-docker-on-linuxone.md @@ -15,14 +15,14 @@ LinuxONE was built for open source so you can harness the agility of the open re ## Prerequisites Register at [LinuxONE Community Cloud](https://developer.ibm.com/linuxone/) for a trial account. -We will be using a Ret Hat base image for this journey, so be sure to chose the +We will be using a Red Hat base image for this journey, so be sure to chose the red 'Request your trial' button on the lower left side of this page: ![testdrive](../images/linuxone_testdrive.png) ## Steps [Docker Hub](https://hub.docker.com) makes it rather simple to get started with -containers, as there are quite a few images ready to for your to use. You can +containers, as there are quite a few images ready to for you to use. You can browse the list of images that are compatable with LinuxONE by doing a search on the ['s390x'](https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=s390x&starCount=0) tag. We will start off with everyone's favorite demo: an installation of WordPress. @@ -61,7 +61,7 @@ sudo pip install docker-compose ### 3. Run and install WordPress -Now that we have docker-compose installed, we will create a docker-compose.yml +Now that we have docker-compose installed, we will create a `docker-compose.yml` file. This will specify a couple of containers from the Docker Store that have been specifically written for z systems. @@ -87,7 +87,7 @@ services: MYSQL_ROOT_PASSWORD: example ``` -And finally, run docker-compose (from the same directory you created the .yml) +And finally, run docker-compose (from the same directory you created the `.yml`) ```text sudo docker-compose up -d From c53589ea3050f76733b7045681fd46462296909d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 7 Nov 2019 10:27:23 -0300 Subject: [PATCH 2/3] Semantic issue on line 25 --- docs/deploy-with-docker-on-linuxone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-with-docker-on-linuxone.md b/docs/deploy-with-docker-on-linuxone.md index a442327..a62df33 100644 --- a/docs/deploy-with-docker-on-linuxone.md +++ b/docs/deploy-with-docker-on-linuxone.md @@ -22,7 +22,7 @@ red 'Request your trial' button on the lower left side of this page: ## Steps [Docker Hub](https://hub.docker.com) makes it rather simple to get started with -containers, as there are quite a few images ready to for you to use. You can +containers, as there are quite a few images ready for you to use. You can browse the list of images that are compatable with LinuxONE by doing a search on the ['s390x'](https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=s390x&starCount=0) tag. We will start off with everyone's favorite demo: an installation of WordPress. From f9a7b8cc40ef05f6488cb8528e2a257b0cecc37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 7 Nov 2019 10:29:00 -0300 Subject: [PATCH 3/3] Semantic issue on line 25 / Changed to .sh on line 90 --- docs/deploy-with-docker-on-linuxone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-with-docker-on-linuxone.md b/docs/deploy-with-docker-on-linuxone.md index a62df33..c14a4b6 100644 --- a/docs/deploy-with-docker-on-linuxone.md +++ b/docs/deploy-with-docker-on-linuxone.md @@ -87,7 +87,7 @@ services: MYSQL_ROOT_PASSWORD: example ``` -And finally, run docker-compose (from the same directory you created the `.yml`) +And finally, run docker-compose (from the same directory you created the `.sh`) ```text sudo docker-compose up -d