github.com/camronlevanger/libcompose@v0.4.1-0.20180423130544-6bb86d53fa21/integration/assets/v2-simple/docker-compose.yml (about) 1 version: "2" 2 services: 3 simple: 4 image: busybox:latest 5 command: top 6 another: 7 image: busybox:latest 8 command: top