Get started ver1.13 or higher required (#2995)

This commit is contained in:
Steven Hanna 2017-04-21 17:24:08 -04:00 committed by John Mulhausen
parent 1a1d24a08c
commit b4f82bfbcc
6 changed files with 17 additions and 7 deletions

View File

@ -133,7 +133,9 @@ entanglement; a containerized app "runs anywhere."
Before we get started, make sure your system has the latest version of Docker Before we get started, make sure your system has the latest version of Docker
installed. installed.
[Install Docker](/engine/installation/index.md){: class="button outline-btn" style="margin-bottom: 30px; margin-right:100%"} [Install Docker](/engine/installation/index.md){: class="button outline-btn" style="margin-bottom: 30px; margin-right:100%; clear: left;"}
<div style="clear:left"></div>
> **Note** version 1.13 or higher is required
You should be able to run `docker run hello-world` and see a response like this: You should be able to run `docker run hello-world` and see a response like this:
@ -147,7 +149,15 @@ To generate this message, Docker took the following steps:
...(snipped)... ...(snipped)...
``` ```
If you see a message like the one above, you're ready to begin the journey. Now would also be a good time to make sure you are using version 1.13 or higher
```
$ docker version
Docker version 17.03.1-ce, build c6d412e
```
If you see a messages like the ones above, you're ready to begin the journey.
## Conclusion ## Conclusion

View File

@ -8,7 +8,7 @@ description: Learn how to write, build, and run a simple app -- the Docker way.
## Prerequisites ## Prerequisites
- [Install Docker](/engine/installation/). - [Install Docker version 1.13 or higher](/engine/installation/).
- Read the orientation in [Part 1](index.md). - Read the orientation in [Part 1](index.md).
- Give your environment a quick test run to make sure you're all set up: - Give your environment a quick test run to make sure you're all set up:

View File

@ -7,7 +7,7 @@ description: Learn how to define load-balanced and scalable service that runs co
## Prerequisites ## Prerequisites
- [Install Docker](/engine/installation/). - [Install Docker version 1.13 or higher](/engine/installation/).
- Read the orientation in [Part 1](index.md). - Read the orientation in [Part 1](index.md).
- Learn how to create containers in [Part 2](part2.md). - Learn how to create containers in [Part 2](part2.md).
- Make sure you have pushed the container you created to a registry, as - Make sure you have pushed the container you created to a registry, as

View File

@ -7,7 +7,7 @@ description: Learn how to create clusters of Dockerized machines.
## Prerequisites ## Prerequisites
- [Install Docker](/engine/installation/). - [Install Docker version 1.13 or higher](/engine/installation/).
- Read the orientation in [Part 1](index.md). - Read the orientation in [Part 1](index.md).
- Learn how to create containers in [Part 2](part2.md). - Learn how to create containers in [Part 2](part2.md).
- Make sure you have pushed the container you created to a registry, as - Make sure you have pushed the container you created to a registry, as

View File

@ -8,7 +8,7 @@ description: Learn how to create a multi-container application that uses all the
## Prerequisites ## Prerequisites
- [Install Docker](/engine/installation/). - [Install Docker version 1.13 or higher](/engine/installation/).
- Read the orientation in [Part 1](index.md). - Read the orientation in [Part 1](index.md).
- Learn how to create containers in [Part 2](part2.md). - Learn how to create containers in [Part 2](part2.md).
- Make sure you have pushed the container you created to a registry, as - Make sure you have pushed the container you created to a registry, as

View File

@ -7,7 +7,7 @@ description: Deploy your app to production using Docker CE or EE.
## Prerequisites ## Prerequisites
- [Install Docker](/engine/installation/). - [Install Docker version 1.13 or higher](/engine/installation/).
- Read the orientation in [Part 1](index.md). - Read the orientation in [Part 1](index.md).
- Learn how to create containers in [Part 2](part2.md). - Learn how to create containers in [Part 2](part2.md).
- Make sure you have pushed the container you created to a registry, as - Make sure you have pushed the container you created to a registry, as