Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Run the Container to serve the Image" problems #15

Open
rusholme opened this issue Apr 28, 2023 · 0 comments
Open

"Run the Container to serve the Image" problems #15

rusholme opened this issue Apr 28, 2023 · 0 comments

Comments

@rusholme
Copy link

rusholme commented Apr 28, 2023

Hi,

There are issues with the container image from section: Run the Container to serve the Image. It looks like the root cause is due to a change from Apache to NGINX somewhere?

  1. NGINX serves from /usr/share/nginx/html, so the podman command should be:
    podman run --rm -p 8000:8080 -v ./edge.ks:/usr/share/nginx/html/edge.ks:z rfe-mirror

  2. In addition checking http://:8000/repo gives 403 FORBIDDEN error! I think NGINX has to be configured with autoindex on the /usr/share/nginx/html/repo directory?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant