FS#58690 - [docker] error cleaning up after pivot: device or resource busy

Attached to Project: Community Packages
Opened by Stefan (poidl) - Tuesday, 22 May 2018, 08:01 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 24 May 2018, 12:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Building from any Dockerfile results in:

docker build -t asdf .
Sending build context to Docker daemon 61.19MB
Error response from daemon: Error processing tar file(exit status 1): Error cleaning up after pivot: remove /.pivot_root430324436: device or resource busy

I removed /var/lib/docker, reinstalled, restarted the service, but still get the same error.


Additional info:
* package version(s)
docker 1:18.05.0-2
* config and/or log files etc.



Steps to reproduce:

Cd into a directory containing a Dockerfile and run

docker build .
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 24 May 2018, 12:38 GMT
Reason for closing:  Not a bug
Comment by Stefan (poidl) - Thursday, 24 May 2018, 08:10 GMT

Loading...