getumbrel / dosh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow adding init hooks to containers

lukechilds opened this issue · comments

Check for the existence of /dosh/init.sh in the container fs and execute it if it exists before (instead of?) dropping into a shell.

This allows for custom development Doshfiles/images that execute some kind of hook on every run.