We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5295a commit 9dadcb8Copy full SHA for 9dadcb8
1 file changed
README.md
@@ -18,6 +18,8 @@ Maven may run tests during build process but tests are disabled by default. The
18
19
$ mvn clean install -DskipTests=false -Ddocker.io.username=... -Ddocker.io.password=... -Ddocker.io.email=...
20
21
+Make sure you have a public repository named "busybox".
22
+
23
By default Docker server is using UNIX sockets for communication with the Docker client, however docker-java
24
client uses TCP/IP to connect to the Docker server, so you will need to make sure that your Docker server is
25
listening on TCP port. To allow Docker server to use TCP add the following line to /etc/default/docker
0 commit comments