Documentation ¶
Index ¶
Constants ¶
View Source
const BLOCKING_RUN_NODEJS string = `#!/bin/sh
echo "No node. Blocking 4 ever<3!"
while true; do sleep 100d; done;
`
We copy this over the script in wrench if we don't have a nodejs app
View Source
const NGINX_CONFIG_TEMPLATE string = `` /* 1122-byte string literal not displayed */
View Source
const READINESS_LIVENESS_SH = `#!/bin/sh
{{if .Include}}
wget --spider localhost:{{.Port}} > /dev/null 2>&1
{{end}}
`
View Source
const START_SCRIPT string = `#!/bin/bash
source $HOME/architect/run_tools.sh
exec $1
`
View Source
const WRENCH_DOCKER_FILE string = `` /* 565-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PreparedImage ¶
type PreparedImage struct { Path string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.