while running docker container after the build of a local image for airflow using specific userid, then scheduler complaints above subject error.
File "/usr/lib64/python3.5/getpass.py", line 170, in getuser
return pwd.getpwuid(os.getuid())[0]
KeyError: 'getpwuid(): uid not found: 1000'
can anyone suggest me best way overcome this error?