Is --image=nginx or --image=nginx:latest are both same

Gurpreet:
Is --image=nginx or --image=nginx:latest are both same.

Tej_Singh_Rana:
Hello, @Gurpreet
Yeah, by default it pulls the latest one. If we will not mention version tag.
e.g.: nginx:1.16, nginx:1.17, nginx:alpine etc.