Request canceled when waiting on container VM process to launch #4289
Labels
kind/defect
Behavior that is inconsistent with what's intended
priority/p0
source/customer
Reported by a customer, directly or via an intermediary
Milestone
VIC version:
0.8
Deployment details:
What was the vic-machine create command used to deploy the VCH?
Steps to reproduce:
docker -H <VCH IP>:2376 --tls run -i --cpuset-cpus 2 --memory 4g --name rhelbase <registry ip>/library/rhel6.8
Actual behavior:
Expected behavior:
Container deployed without error.
Additional details as necessary:
Reproduction done using docker client version 1.10.3 (the same as the user) but did not end with the user's issue (to check whether or not it is related to the docker client).
User was able to deploy the same container via Admiral. Admiral uses a Java SDK to call the Docker API instead of the docker client itself, so we asked the user to run a last test:
Deploy a new VCH with the API running on port 2375 (without SSL), then capture the network traffic with tcpdump on the admiral machine and deploy a container on the new VCH from the Admiral Web GUI.
The second step would be to capture with tcpdump on the docker client machine and deploy the container from this machine.
The text was updated successfully, but these errors were encountered: