Closed DanielPower closed 7 years ago
There is no password and you don't need any... You can either change the Dockerfile to include your plugin (and run "make build") or just start your container and "dive in" as root (in a second terminal) docker exec --tty --interactive --user 0:0 xfce-test /bin/bash and run your favorite command :)
Thank you. This is my first time using Docker, so I was unaware.
The root password is not provided, and sudo is not included on the docker image. How can I obtain root access on this docker image so I can install additional xfce plugins for testing?