Problem starting Docker containers

I’m trying to start Mqtt and esphome containers and I have the following message:

400 Client Error for http+docker://localhost/v1.39/containers/4b259206e2b76e13d92082da1b525ed84b567960da99c44aa1dc05d3767bd097/start: Bad Request ("OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/dev/init\": stat /dev/init: no such file or directory": unknown")

I’m running docker in a Synology NAS.

I found a workaround.
The cause is the supervisor version
Open your terminal.(DSM - Docker - Container - Hassio_cli - terminal)
Type “ha supervisor update --version=2021.01.7”
then your supervisor version will be changed(2021.02.3 > 2021.01.7)
Finish!!(끝!!)