Dokcer Implemetaion
·
1 min read

It looks like you're asking for help with editing your text. Here's a revised version:
Simple Docker App
Prerequisite: Install Docker
I created a simple Dockerfile.

To run the Dockerfile, use the following command:docker build .
This command will create an image. To see the image, use:docker image ls

after that i created container by commanddocker run -p 3000:3000 image_name


push the image on docker hubdocker push ganeshgaud1111102/mygymapp:tagname

this is simple implementaion of whole docker
here are some more prectice of docker i did
