]
Martin Malina closed JBIDE-23009.
---------------------------------
Closing.
Cannot connect to cdk 2.2 docker in Docker Explorer
---------------------------------------------------
Key: JBIDE-23009
URL:
https://issues.jboss.org/browse/JBIDE-23009
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: docker
Affects Versions: 4.4.1.AM3
Reporter: Martin Malina
Assignee: Xavier Coulon
Priority: Critical
Fix For: 4.4.1.Final
When I start CDK 2.2, docker connection is correctly created, but it cannot connect.
There is no error message anywhere.
If I try to create a connection manually, using details from "vagrant
service-manager env", the ping fails and it doesn't work either.
Connection from CLI, on the other hand, to this docker daemon works fine - when I run the
export commands:
{code}
export DOCKER_HOST=tcp://172.28.128.3:2376
export
DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.2.rc1/cdk/components/rhel/rhel-ose/.vagrant/machines/default/virtualbox/docker
export DOCKER_TLS_VERIFY=1
export DOCKER_API_VERSION=1.22
{code}
and then try for example "docker ps" or "docker run hello-world".