Hi Lei, Have you ever successfully pushed a container which is larger than 10GB to Docker Hub?
Docker container has 10GB size limit. Qihao On Thu, May 26, 2016 at 2:26 PM, Pan, Lei (398K) <[email protected]> wrote: > Qihao: > > You cannot pull yet. I tried to push several times > but all failed. Could you please help me in identifying > what might be the cause of this failure? > > Thanks, > -Lei > > leipan@cmda-test:~$ docker push flytosky/server:v1.1 > The push refers to a repository [docker.io/flytosky/server] (len: 1) > 2c3f9829d5b6: Pushing > [==================================================>] 10.15 GB > Received unexpected HTTP status: 500 Internal Server Error > leipan@cmda-test:~$ docker commit -m 'the container for the yearly > review; ready for CMU-JPL integration; with all code checked in and pushed > to github' dfdcbde445f2 flytosky/server:v1.1 > 502e0e6435a80230dcaad038d165783beb5e4c825aa3fc6461a918edfc79723c > leipan@cmda-test:~$ docker push flytosky/server:v1.1 > The push refers to a repository [docker.io/flytosky/server] (len: 1) > 502e0e6435a8: Pushing > [==================================================>] 10.86 GB > Received unexpected HTTP status: 500 Internal Server Error > leipan@cmda-test:~$ docker push flytosky/server:v1.1 > The push refers to a repository [docker.io/flytosky/server] (len: 1) > 502e0e6435a8: Pushing > [==================================================>] 10.86 GB > Received unexpected HTTP status: 500 Internal Server Error > leipan@cmda-test:~$ > > > From: JPL <[email protected]> > Date: Thursday, May 26, 2016 at 1:18 PM > To: Qihao Bao <[email protected]>, Jia Zhang <[email protected]> > Cc: Seungwon Lee <[email protected]>, Benyang Tang < > [email protected]>, "Zhai, Chengxing (398K)" < > [email protected]>, "[email protected]" < > [email protected]> > Subject: JPL-CMU integration > > Hi Jia and Qihao: > > I have checked in the Docker container and pushed it to the Docker > container: > docker commit -m 'the container for the yearly review; ready for CMU-JPL > integration; with all code checked in and pushed to github' dfdcbde445f2 > flytosky/server:v1.1 > docker push flytosky/server:v1.1 > > Please pull it and use it as the container for our integration. > In particular, we would like to: > > . deploy those CMU services that are to be co-located with > the JPL services running in Cloud; > . make all services auto-start when the Docker container is played: > . for the JPL services: > . log in as the user “svc" > . front end: cd /home/svc/new_github/JPL-WebService/JPL_CMDA/frontend; > sh start.sh > . back end: > cd /home/svc/new_github/JPL-WebService/JPL_CMDA/services/svc; sh start.sh > . for the CMU services: > . ?? > . develop a restful API for the JPL backend to find out the login userid > on the CMU server > . address other integration requirements > > Please let me know if you have any questions and comments. > > Thanks, > -Lei >
