I use Docker and https://github.com/fabric8io/docker-maven-plugin for my integration tests.
On my Windows 10 (after updating to Windows 10 1709) mac
I'm also have error like that, related with forkstarter on the surefire plugin maybe you can try add this on your pom.xml
pom.xml
org.apache.maven.plugins maven-surefire-plugin --add-modules java.base ${argLine} -Xmx1024m -XX:MaxPermSize=256m 3 true
Hope, this can help you