Root password for docker image nipype/nipype

I downloaded the docker image https://hub.docker.com/r/nipype/nipype/, but was not able to get root permission.
Does anyone know the root password?

The base image is perhaps neurodebian, according to https://github.com/nipy/nipype/blob/master/docker/generate_dockerfiles.sh. But the neurodebian root password doesn’t work on this image nipype/nipype.

Thanks in advance.

Use the --user root flag when calling docker run or docker exec.

2 Likes