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…
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…