Dockerd is encountering a segmentation fault (core dumped) when trying to start a container with the "bridge" network mode

Dockerd is encountering a segmentation fault (core dumped) when trying to start a container with the “bridge” network mode.

I’m using linux kernel 5.4 in buildroot environment.
As soon as run docker for particular container like alpine dockerd encounter seg-fault.

Commands executed:-
1). dockerd --insecure-registry <IP address>:5000 --data-root /tmp/docker/ --log-level debug --debug &

2). docker load -i /tmp/alpine_3_12.tar

3). docker run -itd --memory 50M --memory-swap 50M --cpus="0.20" --name alpine ad303560139e

docker: error during connect: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.38/containers/0a0d9bc6bf2e23de5ae3351d6ef5e15fb93aa2bce8489e85007061b15d885fc5/start: EOF.

After executing docker run command docker daemon will crash.

Thanks,

Please shsare more information about your environment. Sharing the output of the following commands could help:

cat /etc/os-release
docker info
docker version
dpkg -l | grep docker
snap list docker 

When you share the output, please, use </> button to share which is for sharing codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter.

I also edited your post, because the forum currently can’t handle lists properly and it was hard to read.