I'm getting now an error during intial "docker/sdk...
# docker
b
I'm getting now an error during intial "docker/sdk up". I hadn't this before in the same project. I guess it's something with an updated docker image. Any ideas? Posted in #general_help
w
AFAIK the docker-sdk is meant to be used with a user ID 1000, so please check your UID (
id <username>
). May it be related to that?
b
The user with ID obviously doesn't exist. The folder should be owned by spryker (ID 1001) but I can't change that
On another workstation where it works, spryker has ID 1000
w
Please check your local user account. It should be 1000.If you can't change it, you could customize the docker-sdk to use another UID by replacing the UID to the current one of your user account.
b
I have currently two local user accounts (1000 & 1001). I'm currently working with 1001. I'll try to change it in the docker-sdk.
What is the correct place to change it? I find the number very often in docker folder.
Anyway, I switched now the user and it works now. But it's unabelievable, that the local user-ID is hardcoded in docker/sdk 😖 Thanks for your help.