cancel
Showing results for 
Search instead for 
Did you mean: 
AnttiL
Mission Specialist
Mission Specialist
  • 623 Views

DO188 chapter 4 rootless container exercise problem

Jump to solution

Hi - not sure if this is the right place for this, but I have been going through the new DO188 self pace course and hit a problem when going through the chapter 4 exercise "Guided Exercise: Rootless Podman".

I have tried this several times but it seems that there is something that prevents starting the container with 'sudo'. There seems to be something preventing the process starting - there are no logs available for the container and when I looked at journalctl there seems to be at least some SELinux errors with suggestions how to apply workaround. Tried that but did not help.

I also ignored the error and tried with the instructions in the end of the exercise (adding the required subuids etc and running podman system migrate) but that did not help either.

Labels (1)
1 Solution

Accepted Solutions
AnttiL
Mission Specialist
Mission Specialist
  • 528 Views

Found the reason. The line in the Containerfile that is supposed to download gitea is pointing to wrong URL therefore there was no process to start when podman run was initiated.

Changed the line from dl.gitea.io to dl.gitea.com -> worked

View solution in original post

2 Replies
AnttiL
Mission Specialist
Mission Specialist
  • 528 Views

Found the reason. Apparently the line in the Containerfile which is supposed to download gitea is pointing to a wrong URL, therefore there was no process to start when the podman run was initiated.

Changed dl.gitea.io to dl.gitea.com -> worked

0 Kudos
AnttiL
Mission Specialist
Mission Specialist
  • 529 Views

Found the reason. The line in the Containerfile that is supposed to download gitea is pointing to wrong URL therefore there was no process to start when podman run was initiated.

Changed the line from dl.gitea.io to dl.gitea.com -> worked

Join the discussion
You must log in to join this conversation.