Add broken images, update links

This commit is contained in:
Maria Bermudez 2018-11-14 12:14:01 -08:00
parent 0d342c0078
commit 99d15559a7
3 changed files with 5 additions and 5 deletions

View File

@ -105,13 +105,13 @@ By contrast, a **virtual machine** (VM) runs a full-blown "guest" operating
system with _virtual_ access to host resources through a hypervisor. In general, system with _virtual_ access to host resources through a hypervisor. In general,
VMs provide an environment with more resources than most applications need. VMs provide an environment with more resources than most applications need.
![Container stack example](https://www.docker.com/sites/default/files/Container%402x.png){:width="300px"} | ![Virtual machine stack example](https://www.docker.com/sites/default/files/VM%402x.png){:width="300px"} ![Container stack example](/images/Container%402x.png){:width="300px"} | ![Virtual machine stack example](/images/VM%402x.png){:width="300px"}
## Prepare your Docker environment ## Prepare your Docker environment
Install a [maintained version](https://docs.docker.com/engine/installation/#updates-and-patches){: target="_blank" class="_"} Install a [maintained version](/engine/installation/#updates-and-patches){: target="_blank" class="_"}
of Docker Community Edition (CE) or Enterprise Edition (EE) on a of Docker Community Edition (CE) or Enterprise Edition (EE) on a
[supported platform](https://docs.docker.com/engine/installation/#supported-platforms){: target="_blank" class="_"}. [supported platform](/ee/supported-platforms/){: target="_blank" class="_"}.
> For full Kubernetes Integration > For full Kubernetes Integration
> >
@ -150,7 +150,7 @@ is available in
... ...
``` ```
> To avoid permission errors (and the use of `sudo`), add your user to the `docker` group. [Read more](https://docs.docker.com/engine/installation/linux/linux-postinstall/){: target="_blank" class="_"}. > To avoid permission errors (and the use of `sudo`), add your user to the `docker` group. [Read more](/engine/installation/linux/linux-postinstall/){: target="_blank" class="_"}.
### Test Docker installation ### Test Docker installation
@ -213,7 +213,7 @@ docker container ls -aq
## Conclusion of part one ## Conclusion of part one
Containerization makes [CI/CD](https://www.docker.com/use-cases/cicd){: target="_blank" class="_"} seamless. For example: Containerization makes [CI/CD](https://www.docker.com/solutions/cicd){: target="_blank" class="_"} seamless. For example:
- applications have no system dependencies - applications have no system dependencies
- updates can be pushed to any part of a distributed application - updates can be pushed to any part of a distributed application

BIN
images/Container@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
images/VM@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB