Skip to content

Best Practices

Majeed edited this page Oct 7, 2018 · 1 revision

Containers Best Practices

  • Static Port Mapping
  • Per Environment Configs
  • Handle Persistent data
  • Don't back up the running containers (but do on images)
  • Don't patch running containers (but do on images)

Microservices Best Practices

Clone this wiki locally