This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 170
Typo on #018 #48
Open
kant
wants to merge
4
commits into
IBM:master
Choose a base branch
from
kant:patch-4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Typo on #018 #48
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: | ||
|  | ||
|
|
||
| ## 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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should change to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! |
||
| sudo docker-compose up -d | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ready for you to use"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!