Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enroot import fails on directory exists #198

Open
dfisk opened this issue Jun 24, 2024 · 0 comments
Open

enroot import fails on directory exists #198

dfisk opened this issue Jun 24, 2024 · 0 comments

Comments

@dfisk
Copy link

dfisk commented Jun 24, 2024

My container has a predefined user 'nemo' and a both USER nemo and WORKDIR /workspace/nemo statements in the Dockerfile. When attempting to import this container from the dockerd it fails with:

[INFO] Extracting image content...
mkdir: cannot create directory ‘rootfs/workspace/nemo’: File exists

This should not be a fatal error; please use 'mkdir -p' not 'mkdir' to avoid this innocuous condition as a show stopper. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant