We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12566e commit e37ee07Copy full SHA for e37ee07
traefik_stack5/runup.sh
@@ -80,7 +80,8 @@ function main() {
80
# --- edit YOUR SCRIPT HERE
81
function goto_myscript() {
82
83
- # play-with-docker is ready
+ docker pull devmtl/figlet:1.0
84
+
85
clear;
86
message_is="Starting"
87
docker run --rm devmtl/figlet:1.0 ${message_is} && sleep 2 && echo;
0 commit comments