From within an alpine based docker container running hab studio run '...'
, I see the following error:
+ /hab/pkgs/core/hab-studio/0.79.1/20190410223053/libexec/busybox mount -v --bind /dev /hab/studios/builds--project-0/dev
mount: permission denied (are you root?)
I am root. I just don’t understand why I don’t have permissions to this or it fails. I also tried within a centos based container and still the same issues.
Is there any special chmodding or permissions I would need to setup prior to running hab studio ...
commands?