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"
|
||||
____
|
||||
/ __ \
|
||||
| | | |_ _ __ _ _ _
|
||||
| | | | | | |/ _` | | | |
|
||||
| |__| | |_| | (_| | |_| |
|
||||
\___\_\\__,_|\__,_|\__, |
|
||||
======================__/ |==========
|
||||
Development Server |___/ by CoreOS
|
||||
127.0.0.1:5000
|
||||
__ __
|
||||
/ \ / \ _____ _ _ __ __ __
|
||||
/ /\ / /\ \ / __ \ | | | | / \ \ \ / /
|
||||
/ / / / \ \ | | | | | | | | / /\ \ \ /
|
||||
\ \ \ \ / / | |__| | | |__| | / ___\ \ | |
|
||||
\ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_|
|
||||
\__/ \__/ \ \__
|
||||
\___\ by CoreOS
|
||||
Build, Store, and Distribute your Containers
|
||||
|
||||
|
||||
EOF
|
||||
printf "$(date) \n\n"
|
||||
|
||||
goreman start
|
||||
|
|
Reference in a new issue