

Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021
04:52 PM
- 1,915 Views
Error in DO180, Chapter 3, Section 5
In DO180, Chapter 3, Section 5, there is this example:
The problem is that it doesn't create an accessible Apache web server, as seen here:
The reason is that the container image's Apache server is configured to listen on port 8080, not port 80.
If configured this way (-p 8080:8080), it works:
This issue persists throughout the content in this section:
The following should be -p 127.0.0.1:8081:8080
The following should be -p 127.0.0.1::8080
The following should be -p 8080
Program Lead at Arizona's first Red Hat Academy, est. 2005
Estrella Mountain Community College
Estrella Mountain Community College
2 Replies
linuxss

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021
07:26 PM
- 1,843 Views
yes the ExposedPorts it seems are 8080/tcp and 8443/tcp for this container image.
vhoebel

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2021
03:07 PM
- 1,631 Views
This error still exists, just stumbled across this today.
Join the discussion
You must log in to join this conversation.