mirror of https://github.com/docker/docs.git
Merge pull request #5416 from jamtur01/dockerize
Fixed Dockerise to Dockerize
This commit is contained in:
commit
91cd60efd8
|
@ -87,14 +87,14 @@ to you.
|
||||||
*Docker is made for humans.*
|
*Docker is made for humans.*
|
||||||
|
|
||||||
It's easy to get started and easy to build and deploy applications with
|
It's easy to get started and easy to build and deploy applications with
|
||||||
Docker: or as we say "*dockerise*" them! As much of Docker as possible
|
Docker: or as we say "*dockerize*" them! As much of Docker as possible
|
||||||
uses plain English for commands and tries to be as lightweight and
|
uses plain English for commands and tries to be as lightweight and
|
||||||
transparent as possible. We want to get out of the way so you can build
|
transparent as possible. We want to get out of the way so you can build
|
||||||
and deploy your applications.
|
and deploy your applications.
|
||||||
|
|
||||||
### Docker is Portable
|
### Docker is Portable
|
||||||
|
|
||||||
*Dockerise And Go!*
|
*Dockerize And Go!*
|
||||||
|
|
||||||
Docker containers are highly portable. Docker provides a standard
|
Docker containers are highly portable. Docker provides a standard
|
||||||
container format to hold your applications:
|
container format to hold your applications:
|
||||||
|
|
Loading…
Reference in New Issue