Skip to content

Commit 62be275

Browse files
committed
Update README.md
1 parent f7f3992 commit 62be275

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ Developer forum for [docker-java](https://groups.google.com/forum/?hl=de#!forum/
1414
* Maven 3.0.5
1515
* Docker daemon running
1616

17-
Maven will run tests during build process. Tests are using localhost instance of Docker, make sure that
18-
you have Docker running for tests to work or just turn off tests.
19-
20-
If you don't have Docker running locally, you can skip tests with -DskipTests flag set to true:
21-
22-
$ mvn clean install -DskipTests=true
17+
Maven may run tests during build process but tests are disabled by default. The tests are using a localhost instance of Docker, make sure that you have Docker running for tests to work. To run the tests you have to provide your https://www.docker.io/account/login/ information:
2318

19+
$ mvn clean install -DskipTests=false -Ddocker.io.username=... -Ddocker.io.password=... -Ddocker.io.email=...
2420

2521
By default Docker server is using UNIX sockets for communication with the Docker client, however docker-java
2622
client uses TCP/IP to connect to the Docker server, so you will need to make sure that your Docker server is

0 commit comments

Comments
 (0)