Prefacing build-image and run-image commands (and potentially others) with sudo forces those commands to be executed on your local machine, even if you are docked to an external instance.
It also causes the "volumes" arg to be used instead of the "volumes_docked" arg in a dockerutils.cfg file, and prevents the {user} variable from being correctly populated.
Prefacing build-image and run-image commands (and potentially others) with
sudoforces those commands to be executed on your local machine, even if you are docked to an external instance.It also causes the "volumes" arg to be used instead of the "volumes_docked" arg in a dockerutils.cfg file, and prevents the {user} variable from being correctly populated.