I'm trying to run sudo docker pull jboss/modeshape on Fedora-Cloud-Atomic-23-20150814
I get to "pull complete" on all the images very quickly, except for 0bcc3387a049
That just says "download complete".
Eventually I killed the pull process.
When I tried it again, it seems to be frozen at:
[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...
So I stopped/restarted the docker daemon.
That helps a bit:-
[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...latest: Pulling from jboss/modeshape
0bcc3387a049: Download complete
f1b10cd84249: Already exists
c852f6d61e65: Already exists
7322fbe74aa5: Already exists
3dc11d18069b: Already exists
cf42d970ecb9: Already exists
b6d2c05bea8b: Already exists
b28704de9d32: Already exists
f96e253f35c1: Already exists
5e9463cddbda: Already exists
d3f157b39583: Already exists
f5a6e0d26670: Already exists
6d1f91fc8ac8: Already exists
77c58da5314d: Already exists
ae5665334765: Already exists
8e8490dacbda: Already exists
fb7afa78791c: Already exists
629c5d792d59: Already exists
49991c0e548b: Already exists
aaa33657bd6a: Already exists
2c990f61e22c: Already exists
2051341f142e: Already exists
But note it still just says 0bcc3387a049: Download complete
Any suggestions? I'll leave it running for a couple of hours in case it is doing something. But otherwise my fallback plan is to try an earlier Fedora-Cloud-Atomic (or some other host OS). If it comes to that, is there a host OS you know to run modeshape via docker nicely?
thanks...
I'm trying to run sudo docker pull jboss/modeshape on Fedora-Cloud-Atomic-23-20150814
I get to "pull complete" on all the images very quickly, except for 0bcc3387a049
That just says "download complete".
Eventually I killed the pull process.
When I tried it again, it seems to be frozen at:
So I stopped/restarted the docker daemon.
That helps a bit:-
But note it still just says 0bcc3387a049: Download complete
Any suggestions? I'll leave it running for a couple of hours in case it is doing something. But otherwise my fallback plan is to try an earlier Fedora-Cloud-Atomic (or some other host OS). If it comes to that, is there a host OS you know to run modeshape via docker nicely?
thanks...