Jenkins dependencies are not installed

Hello,
when I used advanced docker run commands ,I’m unable to install the jenkins default plugins on my localmachine
cmds used: docker run -p 8080:8080 jenkins

Hi @navin
This image is deprecated. Please read Official Jenkins image to use from Docker Hub

So try the image : jenkins/jenkins

Reference :

https://hub.docker.com/r/jenkins/jenkins/

okay, thank you kodekloud Team