Docker Playground - Running App Inside the Container in my local machine

Hi,

I am playing with Docker using your playground “Docker”. After running a web app, I don’t have access to the Docker UI host to see the running app and hence need the command or a way to access the app from my own local machine.

Could anyone let me know the ways to access or run the app running on KodeKloud Docker playground container through my local machine?

Thanks
Ketan

Hi @07ketansingh,
Docker playground lab doesn’t provide you the public IP address hence you can’t access the web apps in your local machine.
After deploying the apps container (Port mapping is required), you can use the “View Port” option to see the apps page.

Regards,

Gotcha! Thanks, Tej.