I enabled containerd runtime as in containerd image store | Docker Docs , then when I run a container on this mode with ports - “80:80” - “7722:22” , the container didn’t work, but containers with other ports are working why?
Without more details it is impossible to tell. We have no information about what the error is. What you do exactly, what image you are using on what platform. Since you changed only the image store it should not affect port numbers.
If this container fails to start due to permission problems try to fix it by executing:
docker exec -it gitlab update-permissions
docker restart gitlab
Cleaning stale PIDs & sockets
It seems you are upgrading from 17.0.1 to 17.5.1.
It is required to upgrade to the latest 17.3.x version first before proceeding.
Please follow the upgrade documentation at Upgrading GitLab | GitLab
Thank you for using GitLab Docker Image!
Current version: gitlab-ce=17.5.1-ce.0
Configure GitLab for your system by editing /etc/gitlab/gitlab.rb file
And restart this container to reload settings.
To do it use docker exec:
docker exec -it gitlab editor /etc/gitlab/gitlab.rb
docker restart gitlab
For a comprehensive list of configuration options please see the Omnibus GitLab readme
Files · master · GitLab.org / omnibus-gitlab · GitLab text will be hidden
You deleted 3 of your messages and the last one has no context. It looks like the output of a command and maybe part of a documentation related to upgrading gitlab. Upgrading a containerized app usually means changing the image not running upgrade commands in the container, but what does it have to do with the containerd image store?
previous message is logs of gitlab container
Then maybe you want to ask it on the Gitlab forum if the problem is with some automatic upgrading process. You haven’t shared anything yet that would indicate that there is something wrong with the ports. If GitLab can’t start, nothing will listen on its port.
I used gitlab container, I didn’t make any upgrading.
yes, you are righ, there is no listening on ports: -“80:80”
- “7722:22”