I am learning docker currently.
one thing that I noticed is that whenever I create a new machine using command :
docker-machine create --driver virtualbox default
& after running this command, if I start my docker-machine using:
docker start default
it will always prompt me with super user mode. i.e I always see # instead of $ in my terminal.
I would like like to know why this is happening?
is there particular requirement?
if possible, can I use normal user mode in this terminal?
any inputs?
thanks in advance.