docker-gitlab-ci icon indicating copy to clipboard operation
docker-gitlab-ci copied to clipboard

INFO[0012] error creating aufs mount to /var/lib/docker/aufs/mnt/***-init: invalid argument

Open yuxiaorui opened this issue 9 years ago • 0 comments

When i docker build or docker run sameersbn/gitlab-ci:laster always have this error. What's problem?

Sending build context to Docker daemon 59.9 kB Sending build context to Docker daemon Step 0 : FROM sameersbn/ubuntu:14.04.20150604 14.04.20150604: Pulling from sameersbn/ubuntu

e118faab2e16: Already exists 7e2c5c55ef2c: Already exists e04c66a223c4: Already exists fa81ed084842: Already exists 4088bd6c4599: Already exists Digest: sha256:b4d397ae059c9a453e70cf37835214fe84b68ee759f21de740d914c292362a12 Status: Image is up to date for sameersbn/ubuntu:14.04.20150604 ---> 4088bd6c4599 Step 1 : MAINTAINER [email protected] ---> Using cache ---> b6f8cb01261b Step 2 : RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E1DD270288B4E6030699E45FA1715D88E1DF1F24 && echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main" >> /etc/apt/sources.list && apt-key adv --keyserver keyserver.ubuntu.com --recv 80F70E11F0F0D5F10CB20E62F5DA5F09C3173AA6 && echo "deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu trusty main" >> /etc/apt/sources.list && apt-key adv --keyserver keyserver.ubuntu.com --recv 8B3981E7A6852F782CC4951600A6F0A3C300EE8C && echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" >> /etc/apt/sources.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && echo 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' > /etc/apt/sources.list.d/pgdg.list && apt-get update && apt-get install -y supervisor logrotate locales curl nginx openssh-server mysql-client postgresql-client redis-tools git-core ruby2.1 python2.7 python-docutils nodejs libmysqlclient18 libpq5 zlib1g libyaml-0-2 libssl1.0.0 libgdbm3 libreadline6 libncurses5 libffi6 libxml2 libxslt1.1 libcurl3 libicu52 && update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && locale-gen en_US.UTF-8 && dpkg-reconfigure locales && gem install --no-document bundler && rm -rf /var/lib/apt/lists/* # 20150604 INFO[0012] error creating aufs mount to /var/lib/docker/aufs/mnt/3979f4014d073ec5a88bdf60d97abeb1248ccf673450a4221ffc1c7f065f3971-init: invalid argument

yuxiaorui avatar Jun 06 '15 09:06 yuxiaorui