1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Add simple test of successful installation of docker-compose

Based on https://docs.docker.com/docker-cloud/builds/advanced/#environment-variables-for-building-and-testing
This commit is contained in:
Tobias L. Maier 2018-04-29 06:26:27 +02:00
parent 57f5065db8
commit 957acd0406

5
docker-compose.test.yml Normal file

@ -0,0 +1,5 @@
version: '3'
services:
sut:
build: .
command: docker-compose version