Skip to content

Instantly share code, notes, and snippets.

@craiglpeters
craiglpeters / dev-containers-cloud-native.md
Last active March 29, 2025 18:23
Dev Containers in the Cloud Native Ecosystem

Dev Containers

https://containers.dev an open spec that extends container definition to also include dev environment configuration including:

  • packages
  • lifecycle automation
  • processes
  • IDE configurations
  • remote connection
  • port forwarding