Python3 multiprocessing.Manager failed when running in ‘old’ docker on ubuntu18
Have a situation where I need to deploy my app on the ubuntu18.04 host having docker 19.03.13.
Both are fare from newest but atm I can’t update any of them.
When I try to run my python app it constantly crashed with some multiprocessing related exception. Tried to narrow down and came up with the only two line program: