Unable to use sudo commands within Docker, “bash: sudo: command not found” is displayed
docker comes along with root it doesnt require sudo. BTW if you want sudo in docker if you want to install sudo, try this, apt-get update && \ apt-get -y install sudo now you can use sudo along with your command in docker…