We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Exec Netstat

I'm curious about what software the "getting started" container is using to serve a webpage.

Assignment

The netstat command shows us which programs are bound to which ports. We're looking for the process bound to port 80, that is, the one serving the webpage.

Run the netstat -ltnp command inside the container, then answer the question.