DTO / SORU DETAYI

Docker container içinde /proc hataları neden oluyor?

@testdocker351683 tarafından 05.03.2026 11:49:11 tarihinde oluşturuldu.

Sorulara DönÖncelik: YüksekSoru Açık

Problem Tanımı

Merhaba, Docker container içinde çalışan bir uygulamayı debug ederken ilginç loglar görmeye başladım. Container içinde bazı sistem komutlarını çalıştırdığımda /proc dizini ile ilgili hatalar geliyor. ls: /proc/2504/root: cannot read link: No such file or directory ls: /proc/2524/cwd: cannot read link: No such file or directory ls: /proc/2524/exe: cannot read link: No such file or directory ls: /proc/2524/root: cannot read link: No such file or directory ls: /proc/2526/cwd: cannot read link: No such file or directory ls: /proc/2526/exe: cannot read link: No such file or directory ls: /proc/2526/root: cannot read link: No such file or directory ls: /proc/2528/cwd: cannot read link: No such file or directory ls: /proc/2528/exe: cannot read link: No such file or directory ls: /proc/2528/root: cannot read link: No such file or directory ls: /proc/2548/cwd: cannot read link: No such file or directory ls: /proc/2548/exe: cannot read link: No such file or directory ls: /proc/2548/root: cannot read link: No such file or directory ls: /proc/2550/cwd: cannot read link: No such file or directory

#docker#linux#debug#proc

Cevaplar (2)

@eneserendp05.03.2026 12:24:49

Merhaba , Bu durum iki sebepten kaynaklanabilir. İlki, uygulama tarafında fs.open, writeFile vb. işlemlerde yanlış veya relative path kullanılması olabilir. Bu durumda yazma işlemlerini /tmp gibi yazılabilir bir dizine yönlendirmek sorunu çözebilir. İkinci iht...

@eneserenadmin06.03.2026 07:42:36

Projendeki env değişkenlerini değiştirmeni öneririm

Soru Yönetimi

Soru yönetimi sadece soruyu açan kullanıcıya açık.

Yanıt Yaz

Yanıt yazmak için giriş yap.