mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
18 lines
268 B
YAML
18 lines
268 B
YAML
name: gerry
|
|
citizenship: US
|
|
height-in-cm: 197
|
|
coder: true
|
|
friends:
|
|
- Moe
|
|
- Larry
|
|
- Curly
|
|
employees:
|
|
- name: Moe
|
|
position: dev
|
|
- name: Larry
|
|
position: ops
|
|
- name: Curly
|
|
position: devOps
|
|
poem: |
|
|
Mary had a little lamb
|
|
It was very cute |