trisulnsm / docker

Docker scripts and howtos
The Unlicense
8 stars 3 forks source link

Username & Password not working in Docker #5

Closed arun81 closed 5 years ago

arun81 commented 5 years ago

Hi Team

Good Day !!!!

Followed the Below Steps

sudo mkdir /opt/trisul6_root sudo docker run --net=host -v /opt/trisul6_root:/trisulroot -d trisulnsm/trisul6 --interface enp5s0

Able to Login to http://IP:3000 but username and password admin / admin not working . What could be the issue

image

Thanks

trisulnsm commented 5 years ago

Hi Arun,

I tried it and it works as expected.

Note there is no 'slash' character

default username = admin password = admin

Also can you do a docker pull, we pushed a major update last night.

arun81 commented 5 years ago

Thanks a lot for your support and revert It works like a charm !!!!!

Thanks