Closed akjones closed 7 years ago
Has anyone had a chance to test this on a mac yet?
Works for me. It does print a warning though:
But a getting a warning on mac is better than having it totally busted on linux. Probably fine to merge this as is, and if someone wants to fix the warning as a separate thing, then great.
My user (uid 1000) gets mapped to the user created when node is installed in the container (uid 1000), so if I run as
rabblerouser
I can'tnpm install
or anything useful because the files in the volume mount at/app
are owned by my user on the host. This fix for #152 lets me override the default user I'm going to run as, and defaults to the "rabblerouser" user if $UID is not explicitly passed to./go.sh
.