Skip to content

Remove --user flag to docker run to support docker socket volume

Charlie Harbeson requested to merge remove-user into master

The --user flag only works if all of the volumes come from the user's home directory. Since we explicitly added a special case to support mounting the docker socket we'll need to drop this. In our non-docksi docker run... (all the flags) example we don't set the user anyways.

Testing done:

Verified that after removing the --user change I could run and build an image using docksi. @Kwilco

Merge request reports