version: '3' services: test: image: "ubuntu:${DISTRO:-xenial}" volumes: - ../:/src command: /src/test/test.sh