Docker mongodb error deepin os

Hi friends,

I have created a container with mongodb. When I start the container then it is stopped.

When I execute logs appear the following error message:

warning: initdb logs cannot write to ‘/proc/1/fd/1’, so they are in ‘/data/db/docker-initdb.log’ instead
about to fork child process, waiting until server is ready for connections.
forked process: 27
ERROR: child process failed, exited with 51
To see additional information in this output, start without the “–fork” option.
warning: initdb logs cannot write to ‘/proc/1/fd/1’, so they are in ‘/data/db/docker-initdb.log’ instead

I use the following script:

#!/bin/bash
docker run
-d -t
–name mongo_contenedor
-p 6666:27017
-e MONGO_INITDB_ROOT_USERNAME=root
-e MONGO_INITDB_ROOT_PASSWORD=123qweASD_
mongo

My problem is that any students use deepin (in ubuntu it works)