Digital Marketing

Fix sudo problem inside docker

When neither sudo nor apt-get is available in container, you can also jump into running container as root user using command

docker exec -u root -t -i container_id /bin/bash

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database