Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker daemon crashes when tried to run with bridge network #1333

Open
1 of 3 tasks
GuruPrasath-QBC opened this issue Dec 7, 2021 · 0 comments
Open
1 of 3 tasks

Docker daemon crashes when tried to run with bridge network #1333

GuruPrasath-QBC opened this issue Dec 7, 2021 · 0 comments

Comments

@GuruPrasath-QBC
Copy link

  • This is a bug report
  • This is a feature request
  • I searched existing issues before opening this one

Expected behavior

Daemon crashes when tried to run container with --network=bridge option but no issues when using host or none options.

Actual behavior

Daemon should not crash

Steps to reproduce the behavior

The issue is seen when running a static build of docker on arm embedded target.

Output of docker version:

Client:
 Version:           18.06.3-ce
 API version:       1.38
 Go version:        go1.10.2
 Git commit:        d7080c1
 Built:             Wed Feb 20 02:26:27 2019
 OS/Arch:           linux/arm
 Experimental:      false

Server:
 Engine:
  Version:          18.06.3-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       d7080c1
  Built:            Wed Feb 20 03:03:12 2019
  OS/Arch:          linux/arm
  Experimental:     false

Output of docker info:

Containers: 0                                                                                                                            [8/33443]
 Running: 0                                                                                                                                       
 Paused: 0                                                                                                                                        
 Stopped: 0                                                                                                                                       
Images: 0                                                                                                                                         
Server Version: 18.06.3-ce                                                                                                                        
Storage Driver: overlay2                                                                                                                          
 Backing Filesystem: tmpfs                                                                                                                        
 Supports d_type: true                                                                                                                            
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
runc version: a592beb5bc4c4092b1b1bac971afed27687340c5
init version: fec3683
Kernel Version: 4.4.60
Operating System: <unknown>
OSType: linux
Architecture: armv7l
CPUs: 1
Total Memory: 1.654GiB
Name: RuckusAP
ID: PHIR:DR5F:7AK6:HNJS:BZII:MSY7:DUCK:7V3V:HEHT:KA2O:HILQ:7UXJ
Docker Root Dir: /tmp/data
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support
WARNING: No kernel memory limit support

Additional environment details (AWS, VirtualBox, physical, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant