docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY --net=host --ipc=host -v /opt/workspace:/home/dockerinpractice dockerinpractice/docker-dev-tools-image
after running this ^^^ what is the password for resulting CLI here:
imiell@ubuntu:/space/git/docker-dev-tools-image$ sudo .....
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for imiell:
imiell@ubuntu:/space/git/docker-dev-tools-image$
docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY --net=host --ipc=host -v /opt/workspace:/home/dockerinpractice dockerinpractice/docker-dev-tools-image
after running this ^^^ what is the password for resulting CLI here:
imiell@ubuntu:/space/git/docker-dev-tools-image$ sudo .....
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
[sudo] password for imiell:
imiell@ubuntu:/space/git/docker-dev-tools-image$