github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/docker-external/customization.html.md (about) 1 --- 2 layout: "app_docker_external" 3 page_title: "Customization - Docker (External) App Type" 4 sidebar_current: "docs-docker-customization" 5 description: |- 6 This page documents the [customizations](/docs/appfile/customization.html) 7 that are available to change the behavior of Docker applications with Otto. 8 --- 9 10 # Customization 11 12 This page documents the [customizations](/docs/appfile/customization.html) 13 that are available to change the behavior of Docker applications with Otto. 14 15 Example: 16 17 ``` 18 customization { 19 image = "mongo:3.0" 20 } 21 ``` 22 23 Available options: 24 25 * `image` (string) - The Docker image to run (along with any tags). 26 This will defaulit to the application name. 27 28 * `run_args` (string) - Raw arguments to pass to `docker run`.