summaryrefslogtreecommitdiff
path: root/containers.d
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-21 21:41:08 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-21 21:41:08 -0500
commit0279c87e67b086c8499ca3314cde10432c44c8a7 (patch)
tree3d1e117bf4b41044b72e57d21955f000202cd5ca /containers.d
parent1abea08f55c557f0f129641fba4d130080d8a0e9 (diff)
enable container start of registry browser
Diffstat (limited to 'containers.d')
-rwxr-xr-xcontainers.d/50-registry-browser7
1 files changed, 7 insertions, 0 deletions
diff --git a/containers.d/50-registry-browser b/containers.d/50-registry-browser
new file mode 100755
index 0000000..f69e1a4
--- /dev/null
+++ b/containers.d/50-registry-browser
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# start the registry browser web server container
+docker run -d --name landing-site \
+ --restart=unless-stopped \
+ -e VIRTUAL_HOST=${DOCKER_LANDING_VIRTUAL_HOST} \
+ local/registry-browser