[READ-ONLY] Mirror of https://github.com/shuuji3/katacoda-scenarios. Katacoda Scenarios
www.katacoda.com/shuuji3
559 B
26 lines
1{
2 "title": "Hello World Scenario",
3 "description": "Your First Scenario",
4 "difficulty": "beginner",
5 "time": "2 minutes",
6 "details": {
7 "steps": [{
8 "title": "Step 1 - Run Command",
9 "text": "step1.md"
10 }],
11 "intro": {
12 "text": "intro.md",
13 "credits": ""
14 },
15 "finish": {
16 "text": "finish.md"
17 }
18 },
19 "environment": {
20 "uilayout": "terminal",
21 "uimessage1": "\u001b[32mYour Interactive Bash Terminal.\r\nStart Kubernetes using `launch.sh`\u001b[m\r\n"
22 },
23 "backend": {
24 "imageid": "bash"
25 }
26}