mirror of https://github.com/docker/docs.git
Merge pull request #11714 from lemonez/patch-2
Update dev-best-practices.md
This commit is contained in:
commit
1decdd31a7
|
@ -86,7 +86,7 @@ keep image size small:
|
|||
another CI/CD pipeline to automatically build and tag a Docker image and test
|
||||
it.
|
||||
|
||||
- Take this even further with by requiring your development, testing, and
|
||||
- Take this even further by requiring your development, testing, and
|
||||
security teams to [sign images](../engine/reference/commandline/trust.md)
|
||||
before they are deployed into production. This way, before an image is
|
||||
deployed into production, it has been tested and signed off by, for instance,
|
||||
|
|
Loading…
Reference in New Issue