Open fblupi opened 1 year ago
UID is a reserved variable for MacOS and it already includes the user id you get with id -u
id -u
When you try to export this variable on MacOS you receive this error: docker/up: line 2: UID: readonly variable
docker/up: line 2: UID: readonly variable
UID is a reserved variable for MacOS and it already includes the user id you get with
id -u
When you try to export this variable on MacOS you receive this error:
docker/up: line 2: UID: readonly variable