Start moving configapp into separate dir
This commit is contained in:
parent
81af2d9fcc
commit
92db413da6
12 changed files with 327 additions and 6 deletions
17
local-config-app.sh
Executable file
17
local-config-app.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
cat << "EOF"
|
||||
__ __
|
||||
/ \ / \ ______ _ _ __ __ __
|
||||
/ /\ / /\ \ / __ \ | | | | / \ \ \ / /
|
||||
/ / / / \ \ | | | | | | | | / /\ \ \ /
|
||||
\ \ \ \ / / | |__| | | |__| | / ____ \ | |
|
||||
\ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_|
|
||||
\__/ \__/ \ \__
|
||||
\___\ by CoreOS
|
||||
|
||||
Build, Store, and Distribute your Containers
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
goreman -basedir "config_app" start
|
Reference in a new issue