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
The user ID and user name are needed for underlying authentication with the host os for some services with volume mounts. So we need to be able to create a custom user. It seems weird to have daemonUser in Docker := ... only support preexisting accounts.
I'm trying to create a Docker image, I have a simple build.sbt file;
However the docker build fails (using docker v1.5, sbt 0.13.8, packager 1.0.0-RC1) with
Its not to hard to see why looking at the resulting docker file;
The text was updated successfully, but these errors were encountered: