0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

error creating aufs mount: invalid argument

Last updated at Posted at 2020-07-03

I ran into this error while preparing docker-in-docker.

WARN Couldn't run auplink before unmount /var/lib/docker/aufs/mnt/*: exit status 22 
ERRO Handler for POST /v1.30/containers/create returned error: error creating aufs mount to /var/lib/docker/aufs/mnt/*: invalid argument

In my case, I just needed to add VOLUME /var/lib/docker to the Dockerfile for outer docker image. In this way we can set Backing Filesystem: extfs (in docker info).

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?