We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Daemon crashes when tried to run container with --network=bridge option but no issues when using host or none options.
--network=bridge
host
none
Daemon should not crash
The issue is seen when running a static build of docker on arm embedded target.
Output of docker version:
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:
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.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Daemon crashes when tried to run container with
--network=bridge
option but no issues when usinghost
ornone
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
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
The text was updated successfully, but these errors were encountered: