In this tutorial im going to learn how to run docker image in localhost.
Run below code
docker run -p 8080:80 httpd

Open below url
http://localhost:8080/

Now working successfully.
Turning Idle Vehicles into Shared Rides & New Earnings.
Why let your bike or car sit idle when it can earn for you and move someone else forward?
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose. Partners earn. Renters ride. Everyone wins.
In this tutorial im going to learn how to run docker image in localhost.
Run below code
docker run -p 8080:80 httpd
Open below url
http://localhost:8080/
Now working successfully.