Slide 10
Slide 10 text
Tips & Tricks
Umbrella folder
• crane.yml can define services which are shared
between projects (e.g. message bus, database, search)
• Configuration directory for services (bind-mounted)
• bin directory can contain wrapper scripts, e.g. todo:
#!/bin/bash
crane run todo sh -c “$*"
• Put bin in $PATH: todo rails c
• Config update, new service, Ruby version change, etc.:
git pull