Pardusta docker çalıştırıldığı sırada sorun(ip_tables)

Merhaba, Pardusu dün en son verdiğiniz iso üzerinden klavuz ile beraber lvm seçeneği ile kurdum. Belirlenen Sorun: terminalde lsmod | grep ip_tables şu sonucu döndürüyor. Yani anladığım kadarıyla “güvenlik duvarı” olması gereken ip_tables modulü yüklenmemiş

lsmod | grep ip_tables
ip_tables              32768  0
x_tables               53248  7 xt_conntrack,nft_compat,xt_tcpudp,xt_addrtype,xt_nat,ip_tables,xt_MASQUERADE

Asıl sorun: Rootless Docker içinde Rootles Docker imageini çalıştırdığım sırada şu hatayı alıyorum:(Normalde olmaması gereken bir hata ve araştırdığımda diğer insanların bu hatayı almadığını görüyorum.)

Generating RSA private key, 4096 bit long modulus (2 primes)
....................++++
......++++
e is 65537 (0x010001)
Generating RSA private key, 4096 bit long modulus (2 primes)
............................................................................................................................................................................................................................................................................++++
...........................................................++++
e is 65537 (0x010001)
Signature ok
subject=CN = docker:dind server
Getting CA Private Key
/certs/server/cert.pem: OK
Generating RSA private key, 4096 bit long modulus (2 primes)
........................................................................................................++++
................++++
e is 65537 (0x010001)
Signature ok
subject=CN = docker:dind client
Getting CA Private Key
/certs/client/cert.pem: OK
Device "ip_tables" does not exist.
ip_tables              32768  0 
x_tables               53248  7 xt_nat,xt_tcpudp,xt_conntrack,xt_MASQUERADE,xt_addrtype,nft_compat,ip_tables
modprobe: can't change directory to '/lib/modules': No such file or directory
[rootlesskit:parent] error: failed to start the child: fork/exec /proc/self/exe: operation not permitted

Sorunu Yeniden Oluşturmak İçin:

  1. Pardus’un en son verdiği iso dosyasını indirip klavuzla beraber lvm seçeneği ile kurun.
  2. Dockerı Debianın son sürümüne uyarlanacak şekilde(bullseye) şu linkten kurun: Docker kurulumu
  3. Dockeri rootless modda çalıştırın Run the Docker daemon as a non-root user (Rootless mode) | Docker Documentation
  4. Rootless Modda çalıştırdığınız dockera rootless dockeri kurun(Docker Hub linki üzerinden kontrol edebilirsiniz veya docker pull docker:20.10.13-dind-rootless ve docker pull docker:20.10.13-dind-rootless komutu ile logları kontrol ettiğinizde aynı hatayı aldığınızı göreceğinizi umuyorum.)
1 Beğeni

Bu konu son yanıttan 30 gün sonra otomatik olarak kapatıldı. Yeni yanıt girilmesine izin verilmiyor.