You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joseph Niemiec <jo...@gmail.com> on 2018/03/28 18:06:19 UTC

Docker NiFi Container superuser password

Hi everyone.

Looking to change the nameservers in the default docker image
apache/nifi:latest but am unsure of the password...

nifi@39dbe311249e:/opt/nifi/nifi-1.5.0$ su
Password:  <nifi
su: Authentication failure

Is this something that is publicly available?


-- 
Joseph

Re: Docker NiFi Container superuser password

Posted by Joseph Niemiec <jo...@gmail.com>.
please ignore, i managed to do this by telling docker to login as root and
not the default...

*docker exec -i -t --user root 39dbe311249e bash *

On Wed, Mar 28, 2018 at 2:06 PM, Joseph Niemiec <jo...@gmail.com>
wrote:

> Hi everyone.
>
> Looking to change the nameservers in the default docker image
> apache/nifi:latest but am unsure of the password...
>
> nifi@39dbe311249e:/opt/nifi/nifi-1.5.0$ su
> Password:  <nifi
> su: Authentication failure
>
> Is this something that is publicly available?
>
>
> --
> Joseph
>



-- 
Joseph