... | @@ -4,9 +4,9 @@ |
... | @@ -4,9 +4,9 @@ |
|
2. Add user to subuids and subgids as described in this [ticket](https://github.com/containers/libpod/issues/1182) or better by executing as suggested in [ticket 2542](https://github.com/containers/libpod/issues/2542):
|
|
2. Add user to subuids and subgids as described in this [ticket](https://github.com/containers/libpod/issues/1182) or better by executing as suggested in [ticket 2542](https://github.com/containers/libpod/issues/2542):
|
|
```
|
|
```
|
|
sudo touch /etc/sub{u,g}id
|
|
sudo touch /etc/sub{u,g}id
|
|
sudo usermod --add-subuids 10000-75535 $(whoami)
|
|
sudo usermod --add-subuids 10000-75535 gitlab-runner
|
|
sudo usermod --add-subgids 10000-75535 $(whoami)
|
|
sudo usermod --add-subgids 10000-75535 gitlab-runner
|
|
rm /run/user/$(id -u)/libpod/pause.pid
|
|
rm /run/user/gitlab-runner/libpod/pause.pid
|
|
```
|
|
```
|
|
if you see this error from `podman version`
|
|
if you see this error from `podman version`
|
|
```
|
|
```
|
... | | ... | |