...
You can add your own dependencies in much the same way.
Mounts | On | In Order To |
$HOME/.awssecret | /root/.awssecret | Push your AWS keys into the container |
$HOME/wodocker/git/XXX_Deploy | /mywoapps | Mount your app for launching |
$HOME/wodocker/git/XXX_Deploy/Split/WebObjects | /usr/local/apache2/htdocs/WebObjects | Try to make web server files visible to the container |
$HOME/wodocker/logs | /var/log/WebObjects | Your app output Logs |
$HOME/wodocker/conf | /opt/Local/Library/WebObjects/Configuration | Separate your JAVAMonitor Settings |
Example Stub Initializes a new EC2 Instance
...