Skip to content

Commit fce7e0a

Browse files
mikesir87dvdksn
andauthored
Update content/guides/container-supported-development/_index.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 7a4b4d2 commit fce7e0a

File tree

1 file changed

+1
-1
lines changed
  • content/guides/container-supported-development

1 file changed

+1
-1
lines changed

content/guides/container-supported-development/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ params:
1212
resource_links: []
1313
---
1414

15-
Containers provide a standardized ability to build, share, and run applications. While containers are typically used to containerize your application, they also make it incredibly easy to run essential services needed for development. Instead of installing or connecting to a remote database, you can easily launch your own database. But the possibilities don't stop there.
15+
Containers offer a consistent way to build, share, and run applications across different environments. While containers are typically used to containerize your application, they also make it incredibly easy to run essential services needed for development. Instead of installing or connecting to a remote database, you can easily launch your own database. But the possibilities don't stop there.
1616

1717
With container-supported development, you use containers to enhance your development environment by emulating or running your own instances of the services your app needs. This provides faster feedback loops, less coupling with remote services, and a greater ability to test error states.
1818

0 commit comments

Comments
 (0)