docker run fails with "docker: Error response from daemon: Unable to find container ... in the cache, unable to get power state." #3909
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
#bug report
VIC version:
Installer version: v0.8.0-7315-c8ac999
VCH version: v0.8.0-7315-c8ac999
Deployment details:
What was the vic-machine create command used to deploy the VCH?
vic-machine-windows create --target "" --user "" --password "" --compute-resource pod-manage --bridge-network "vic-bridge-02" --image-store "Starwind06" --volume-store "Starwind06"/volumes:default --public-network "vic-public" --client-network "vic-client" --name vch-02 --force --no-tls
Steps to reproduce:
From Docker client CLI:
docker run -d -p 3306:3306 tutum/mysql
Actual behavior:
(1) Container downloaded / pulled.
(2) VM is created for container from VCH.
(3) VM powers on
(4) VM powers off
(5) at docker client CLI, the following error was reported:
a3ed95caeb02: Pull complete
Digest: sha256:829b7a518d16fc224b698492b734298d6f05bcec868ecbed49b4ae8fc135c524
Status: Downloaded newer image for tutum/mysql:latest
docker: Error response from daemon: Unable to find container "5a1904767d8a5812dca79e23576f2120e0e7320a4a29f8445c54b0a7b6066228" in the cache, unable to get power state.
(6) At docker client CLI, running "docker ps -a" shows the container as created but not started:
4746301406cb tutum/mysql "/run.sh" 2 minutes ago Created 192.168.0.243:3306->3306/tcp pensive_hawking
--- Container has been created, "pensive_hawking" in this case.
(7) If attempting to run "docker start pensive_hawking":
Error response from daemon: Unable to find container "5a1904767d8a5812dca79e23576f2120e0e7320a4a29f8445c54b0a7b6066228" in the cache, unable to get power state
Error: failed to start containers: pensive_hawking
Expected behavior:
Container should be created from image, start and continue running - as it does using a standard Docker daemon.
Tested using Docker for Mac daemon on localhost Mac OSX, with no issues.
Logs:
Added files.
logs.zip
Additional details as necessary:
The text was updated successfully, but these errors were encountered: