We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af0dc5 commit 0997c0fCopy full SHA for 0997c0f
.travis.yml
@@ -24,7 +24,7 @@ cache:
24
install:
25
- echo "MAVEN_OPTS='-XX:+TieredCompilation -XX:TieredStopAtLevel=1'" > ~/.mavenrc
26
- sudo apt-get update -qq
27
- - sudo apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew install docker-engine
+ - sudo apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew install docker-ce
28
- docker info
29
# Update env vars required by testcontainers
30
- export DOCKER_HOST=tcp://127.0.0.1:2375
0 commit comments