further enhancing development experience with Quay logo
This commit is contained in:
parent
391ada42e1
commit
007241e965
1 changed files with 11 additions and 10 deletions
21
local-run.sh
21
local-run.sh
|
@ -1,14 +1,15 @@
|
||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
____
|
__ __
|
||||||
/ __ \
|
/ \ / \ _____ _ _ __ __ __
|
||||||
| | | |_ _ __ _ _ _
|
/ /\ / /\ \ / __ \ | | | | / \ \ \ / /
|
||||||
| | | | | | |/ _` | | | |
|
/ / / / \ \ | | | | | | | | / /\ \ \ /
|
||||||
| |__| | |_| | (_| | |_| |
|
\ \ \ \ / / | |__| | | |__| | / ___\ \ | |
|
||||||
\___\_\\__,_|\__,_|\__, |
|
\ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_|
|
||||||
======================__/ |==========
|
\__/ \__/ \ \__
|
||||||
Development Server |___/ by CoreOS
|
\___\ by CoreOS
|
||||||
127.0.0.1:5000
|
Build, Store, and Distribute your Containers
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
printf "$(date) \n\n"
|
|
||||||
|
|
||||||
goreman start
|
goreman start
|
||||||
|
|
Reference in a new issue