You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: