iam-veeramalla / Docker-Zero-to-Hero

Repo to learn Docker with examples. Contributions are most welcome.
https://www.youtube.com/@AbhishekVeeramalla
4.03k stars 8.09k forks source link

Documentation improvement #5

Open Titu15 opened 1 year ago

Titu15 commented 1 year ago

Hi sir , In you documentation i want to add something in you , Run your First Docker Container

in this you mentioned this command , docker run -it abhishekf5/my-first-docker-image , instead of this we can write this also write

docker run -it image-id OR docker run - image-id

which is quite easy and attractive .