mirror of https://github.com/docker/docs.git
Add broken images, update links
This commit is contained in:
parent
0d342c0078
commit
99d15559a7
|
@ -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.
|
||||||
|
|
||||||
{:width="300px"} | {:width="300px"}
|
{:width="300px"} | {: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
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Reference in New Issue