Docker-Zero-to-Hero
Docker-Zero-to-Hero copied to clipboard
Documentation improvement
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 .