Skip to content

Commit

Permalink
Create yaml-concept
Browse files Browse the repository at this point in the history
  • Loading branch information
lerndevops authored Jul 10, 2020
1 parent f3367fc commit 6ddaa36
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docker/compose/yaml-concept
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
yaml -- data serialization
indentation -- spaces

strings

car: bmw
name: narseh
class: devops

dictionary / map

car:
name: bmw
color: red
engine: 3L

array / list

cars:
- bmw:
name: mycar
color: white
engine: 2.5L
- audi
- RR

0 comments on commit 6ddaa36

Please sign in to comment.