April 2nd, 2024
Library initialization failed – unable to allocate file descriptor table – out of memory

https://github.com/oracle/docker-images/issues/2486

				
					# modify /usr/lib/systemd/system/docker.service
ExecStart=/usr/bin/dockerd --default-ulimit nofile=65536:65536 -H fd:// --containerd=/run/containerd/containerd.sock

sudo systemctl daemon-reload
sudo systemctl restart docker
				
			

Leave a Reply

Your email address will not be published. Required fields are marked *