mirror of https://github.com/docker/docs.git
Fix typo (#5740)
This commit is contained in:
parent
d6be67d79f
commit
ed3c93aadb
|
@ -67,7 +67,7 @@ For more details, see [Docker Architecture](#docker-architecture) below.
|
||||||
Docker streamlines the development lifecycle by allowing developers to work in
|
Docker streamlines the development lifecycle by allowing developers to work in
|
||||||
standardized environments using local containers which provide your applications
|
standardized environments using local containers which provide your applications
|
||||||
and services. Containers are great for continuous integration and continuous
|
and services. Containers are great for continuous integration and continuous
|
||||||
development (CI/CD) workflows.
|
delivery (CI/CD) workflows.
|
||||||
|
|
||||||
Consider the following example scenario:
|
Consider the following example scenario:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue