mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
6 lines
89 B
YAML
6 lines
89 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
test:
|
||
|
image: ubuntu:14.04
|
||
|
stdin_open: true
|
||
|
tty: true
|