Home / Linux Admin /

Docker Stuff

docker run --rm -v $(pwd):/opt -w /opt php:cli vendor/bin/phinx init

production considerations

(these are notes from a conference - might be a bit rough)

  1. codebase tracked in version control
  2. explicitly declare and isolate dependencies
  3. Config
  4. Backing services
  5. Build, release, run
  6. process
  7. Port binding
  8. Concurrency
  9. Disposability
  10. Dev/prod parity
  11. logs
  12. admin process

this document last modified: January 03 2019 04:00

Home / Linux Admin /