mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed whitespace errors
This commit is contained in:
parent
821d3aab65
commit
1a441d9aea
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ Docker consists of:
|
||||||
|
|
||||||
## Why Docker?
|
## Why Docker?
|
||||||
|
|
||||||
- **Faster delivery of your applications**
|
- **Faster delivery of your applications**
|
||||||
* We want your environment to work better. Docker containers,
|
* We want your environment to work better. Docker containers,
|
||||||
and the work flow that comes with them, help your developers,
|
and the work flow that comes with them, help your developers,
|
||||||
sysadmins, QA folks, and release engineers work together to get your code
|
sysadmins, QA folks, and release engineers work together to get your code
|
||||||
|
@ -39,7 +39,7 @@ Docker consists of:
|
||||||
sub-second launch times, reducing the cycle
|
sub-second launch times, reducing the cycle
|
||||||
time of development, testing, and deployment.
|
time of development, testing, and deployment.
|
||||||
|
|
||||||
- **Deploy and scale more easily**
|
- **Deploy and scale more easily**
|
||||||
* Docker containers run (almost) everywhere. You can deploy
|
* Docker containers run (almost) everywhere. You can deploy
|
||||||
containers on desktops, physical servers, virtual machines, into
|
containers on desktops, physical servers, virtual machines, into
|
||||||
data centers, and up to public and private clouds.
|
data centers, and up to public and private clouds.
|
||||||
|
@ -50,13 +50,13 @@ Docker consists of:
|
||||||
down fast and easy. You can quickly launch more containers when
|
down fast and easy. You can quickly launch more containers when
|
||||||
needed and then shut them down easily when they're no longer needed.
|
needed and then shut them down easily when they're no longer needed.
|
||||||
|
|
||||||
- **Get higher density and run more workloads**
|
- **Get higher density and run more workloads**
|
||||||
* Docker containers don't need a hypervisor, so you can pack more of
|
* Docker containers don't need a hypervisor, so you can pack more of
|
||||||
them onto your hosts. This means you get more value out of every
|
them onto your hosts. This means you get more value out of every
|
||||||
server and can potentially reduce what you spend on equipment and
|
server and can potentially reduce what you spend on equipment and
|
||||||
licenses.
|
licenses.
|
||||||
|
|
||||||
- **Faster deployment makes for easier management**
|
- **Faster deployment makes for easier management**
|
||||||
* As Docker speeds up your work flow, it gets easier to make lots
|
* As Docker speeds up your work flow, it gets easier to make lots
|
||||||
of small changes instead of huge, big bang updates. Smaller
|
of small changes instead of huge, big bang updates. Smaller
|
||||||
changes mean reduced risk and more uptime.
|
changes mean reduced risk and more uptime.
|
||||||
|
|
Loading…
Add table
Reference in a new issue