Skip to content

Commit e4da85c

Browse files
authored
Create YAMLEXAMPLE
1 parent 6801b4c commit e4da85c

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Docker/YAMLEXAMPLE

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
XML example:
2+
3+
<edureka>
4+
<devops>
5+
<name>devops-certification</name>
6+
<duration>36hrs</duration>
7+
<trainer>John</trainer>
8+
</devops>
9+
<selenium>
10+
<name>selenium-certification</name>
11+
<duration>36hrs</duration>
12+
<trainer>Dave</trainer>
13+
</selenium>
14+
</edureka>
15+
16+
17+
---
18+
19+
edureka:
20+
devops
21+
name: devops-certification
22+
duration: 36hrs
23+
day: weekday
24+
trainer: john
25+
selenium
26+
name: devops-certification
27+
duration: 36hrs
28+
day: weekend
29+
trainer: john
30+
31+
32+
...
33+
34+
35+
36+
37+
---
38+
edureka:
39+
devops:
40+
name: devops-certification
41+
duration: 36hrs
42+
trainer: John
43+
selenium:
44+
name: selenium-certification
45+
duration: 36hrs
46+
trainer: Dave
47+
48+
49+
Validate by going to http://www.yamllint.com/

0 commit comments

Comments
 (0)