Set docker-compose and run test playbook
This commit is contained in:
6
tests/docker-compose.yml
Normal file
6
tests/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: "3"
|
||||
services:
|
||||
debian8:
|
||||
build: ./dockerfiles/debian8
|
||||
cap_add:
|
||||
- ALL
|
||||
Reference in New Issue
Block a user