diff --git a/docs/deploy-with-docker-on-linuxone.md b/docs/deploy-with-docker-on-linuxone.md index e848023..e369370 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 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 `.sh`) ```text sudo docker-compose up -d