mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Fixed typo in best practice documentation
This commit is contained in:
committed by
Joao Fernandes
parent
c0dcbfcb0a
commit
ff48ef02c1
@@ -75,7 +75,7 @@ keep image size small:
|
||||
- For production, use [secrets](/engine/swarm/secrets.md) to store sensitive
|
||||
application data used by services, and use [configs](/engine/swarm/configs.md)
|
||||
for non-sensitive data such as configuration files. If you currently use
|
||||
standalone constainers, consider migrating to use single-replica services, so
|
||||
standalone containers, consider migrating to use single-replica services, so
|
||||
that you can take advantage of these service-only features.
|
||||
|
||||
## Use swarm services when possible
|
||||
|
||||
Reference in New Issue
Block a user