Just as an update. I tried setting the api version to 1.26, but that didn’t help. I put the dind container into debug mode and this is the output (timestamps omitted to fit in character limit):
debug msg="Registering DELETE, /nodes/{id}"
debug msg="Registering POST, /nodes/{id}/update"
debug msg="Registering GET, /tasks"
debug msg="Registering GET, /tasks/{id}"
debug msg="Registering GET, /secrets"
debug msg="Registering POST, /secrets/create"
debug msg="Registering DELETE, /secrets/{id}"
debug msg="Registering GET, /secrets/{id}"
debug msg="Registering POST, /secrets/{id}/update"
debug msg="Registering GET, /plugins"
debug msg="Registering GET, /plugins/{name:.*}/json"
debug msg="Registering GET, /plugins/privileges"
debug msg="Registering DELETE, /plugins/{name:.*}"
debug msg="Registering POST, /plugins/{name:.*}/enable"
debug msg="Registering POST, /plugins/{name:.*}/disable"
debug msg="Registering POST, /plugins/pull"
debug msg="Registering POST, /plugins/{name:.*}/push"
debug msg="Registering POST, /plugins/{name:.*}/upgrade"
debug msg="Registering POST, /plugins/{name:.*}/set"
debug msg="Registering POST, /plugins/create"
debug msg="Registering GET, /networks"
debug msg="Registering GET, /networks/"
debug msg="Registering GET, /networks/{id:.+}"
debug msg="Registering POST, /networks/create"
debug msg="Registering POST, /networks/{id:.*}/connect"
debug msg="Registering POST, /networks/{id:.*}/disconnect"
debug msg="Registering POST, /networks/prune"
debug msg="Registering DELETE, /networks/{id:.*}"
info msg="API listen on [::]:2375"
info msg="API listen on /var/run/docker.sock"
debug msg="Calling POST /v1.26/volumes/create"
debug msg="form data: {\"Driver\":\"local\",\"DriverOpts\":null,\"Labels\":null,\"Name\":\"0_6424036164612164775_default\"}"
debug msg="Registering new volume reference: driver \"local\", name \"0_6424036164612164775_default\""
debug msg="Calling POST /v1.26/networks/create"
debug msg="form data: {\"Attachable\":false,\"CheckDuplicate\":false,\"Driver\":\"bridge\",\"EnableIPv6\":false,\"IPAM\":null,\"Internal\":false,\"Labels\":null,\"Name\":\"0_6424036164612164775_default\",\"Options\":null}"
debug msg="Allocating IPv4 pools for network 0_6424036164612164775_default (c7765c6c80c1c64b7d3fadba9e17ce661c1863119f2e4aad7d4929456b11ea06)"
debug msg="RequestPool(LocalDefault, , , map[], false)"
debug msg="RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[RequestAddressType:com.docker.network.gateway])"
debug msg="Did not find any interface with name br-c7765c6c80c1: Link not found"
debug msg="Setting bridge mac address to 02:42:ac:de:21:9d"
debug msg="Assigning address to bridge interface br-c7765c6c80c1: 172.18.0.1/16"
debug msg="/sbin/iptables, [--wait -t nat -C POSTROUTING -s 172.18.0.0/16 ! -o br-c7765c6c80c1 -j MASQUERADE]"
debug msg="/sbin/iptables, [--wait -t nat -I POSTROUTING -s 172.18.0.0/16 ! -o br-c7765c6c80c1 -j MASQUERADE]"
debug msg="/sbin/iptables, [--wait -t nat -C DOCKER -i br-c7765c6c80c1 -j RETURN]"
debug msg="/sbin/iptables, [--wait -t nat -I DOCKER -i br-c7765c6c80c1 -j RETURN]"
debug msg="/sbin/iptables, [--wait -D FORWARD -i br-c7765c6c80c1 -o br-c7765c6c80c1 -j DROP]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -i br-c7765c6c80c1 -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -I FORWARD -i br-c7765c6c80c1 -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -i br-c7765c6c80c1 ! -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -I FORWARD -i br-c7765c6c80c1 ! -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -o br-c7765c6c80c1 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -I FORWARD -o br-c7765c6c80c1 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t nat -C PREROUTING -m addrtype --dst-type LOCAL -j DOCKER]"
debug msg="/sbin/iptables, [--wait -t nat -C PREROUTING -m addrtype --dst-type LOCAL -j DOCKER]"
debug msg="/sbin/iptables, [--wait -t nat -C OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8]"
debug msg="/sbin/iptables, [--wait -t nat -C OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -o br-c7765c6c80c1 -j DOCKER]"
debug msg="/sbin/iptables, [--wait -I FORWARD -o br-c7765c6c80c1 -j DOCKER]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -j DOCKER-ISOLATION]"
debug msg="/sbin/iptables, [--wait -D FORWARD -j DOCKER-ISOLATION]"
debug msg="/sbin/iptables, [--wait -I FORWARD -j DOCKER-ISOLATION]"
debug msg="/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION -i br-c7765c6c80c1 -o docker0 -j DROP]"
debug msg="/sbin/iptables, [--wait -I DOCKER-ISOLATION -i br-c7765c6c80c1 -o docker0 -j DROP]"
debug msg="/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION -i docker0 -o br-c7765c6c80c1 -j DROP]"
debug msg="/sbin/iptables, [--wait -I DOCKER-ISOLATION -i docker0 -o br-c7765c6c80c1 -j DROP]"
debug msg="Calling POST /v1.26/containers/create?name=0_6424036164612164775_clone"
error msg="Handler for POST /v1.26/containers/create returned error: No such image: plugins/git:latest"
debug msg="Calling POST /v1.26/images/create?fromImage=plugins%2Fgit&tag=latest"
debug msg="Trying to pull plugins/git from https://registry-1.docker.io v2"
debug msg="Pulling ref from V2 registry: plugins/git:latest"
debug msg="pulling blob \"sha256:c0fd9486e124b8a3154a58a8720e6d47ba289e22fa4c7a2881cfd9b67fe32d34\""
debug msg="pulling blob \"sha256:b56ae66c29370df48e7377c8f9baa744a3958058a766793f821dadcb144a4647\""
debug msg="pulling blob \"sha256:a76803713564fbfc2a1a1f0e9a68db94550def032bd772ef53924aa065db446c\""
debug msg="Downloaded b56ae66c2937 to tempfile /var/lib/docker/tmp/GetImageBlob122745934"
debug msg="Downloaded c0fd9486e124 to tempfile /var/lib/docker/tmp/GetImageBlob040528875"
debug msg="pulling blob \"sha256:aa982143412bf5dce988358db194fe9cc05dc4455f33812765620edcde7d8b1b\""
debug msg="Start untar layer"
debug msg="Downloaded a76803713564 to tempfile /var/lib/docker/tmp/GetImageBlob008992085"
debug msg="Downloaded aa982143412b to tempfile /var/lib/docker/tmp/GetImageBlob603162288"
debug msg="Untar time: 0.43927891900000005s"
debug msg="Applied tar sha256:2aebd096e0e237b447781353379722157e6c2d434b9ec5a0d63f2a6f07cf90c2 to ccbf8b2577933d9106aa8ec2d87c01aaa0f4a2e7fc00c56b3f534ee4acb211cc, size: 3961589"
debug msg="Applied tar sha256:0edd9b27914eb7937d5e077aa0b3f47ebad461476e5a6fefc93822dfbb17602b to 01133c64121f0b43c4d32c6078e1df66620429ac682147dbbac5a88fd71a7272, size: 674251"
debug msg="Applied tar sha256:aa6425b484cd4de9b50de05bb98ef14f50b6d61d1793cc02bd19601c5f797d9e to 9c428f2abf3fbc0e85c438e840ae2be1ee42f3a7eac523397524776cb551ae2b, size: 58261315"
debug msg="Applied tar sha256:551c4ad2b9851f6ea4121d13a5996620429895380f165123f56bf30a1d38f30e to 026f295bdfb3b192694989e2228c6f9a2f07b20cc9337dda9199d9adc822bffd, size: 3916554"
debug msg="Calling POST /v1.26/containers/create?name=0_6424036164612164775_clone"
debug msg="container mounted via layerStore: /var/lib/docker/overlay/e8b35d4fa08795237ee054bef4643f69962d6ccd3bb64416e998a676679be916/merged"
debug msg="copying image data from 0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523:/drone, to 0_6424036164612164775_default"
debug msg="Creating dest directory: /var/lib/docker/volumes/0_6424036164612164775_default/_data"
debug msg="Calling TarUntar(/var/lib/docker/overlay/e8b35d4fa08795237ee054bef4643f69962d6ccd3bb64416e998a676679be916/merged/drone, /var/lib/docker/volumes/0_6424036164612164775_default/_data)"
debug msg="TarUntar(/var/lib/docker/overlay/e8b35d4fa08795237ee054bef4643f69962d6ccd3bb64416e998a676679be916/merged/drone /var/lib/docker/volumes/0_6424036164612164775_default/_data)"
debug msg="Calling POST /v1.26/networks/0_6424036164612164775_default/connect"
debug msg="form data: {\"Container\":\"0_6424036164612164775_clone\",\"EndpointConfig\":{\"Aliases\":[\"clone\"],\"EndpointID\":\"\",\"Gateway\":\"\",\"GlobalIPv6Address\":\"\",\"GlobalIPv6PrefixLen\":0,\"IPAMConfig\":null,\"IPAddress\":\"\",\"IPPrefixLen\":0,\"IPv6Gateway\":\"\",\"Links\":null,\"MacAddress\":\"\",\"NetworkID\":\"\"}}"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_clone/start"
debug msg="container mounted via layerStore: /var/lib/docker/overlay/e8b35d4fa08795237ee054bef4643f69962d6ccd3bb64416e998a676679be916/merged"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_clone's interface on network bridge"
debug msg="RequestAddress(LocalDefault/172.17.0.0/16, <nil>, map[])"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_clone's interface on network bridge"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_clone (330066be329a4ca08d47d5c3dac0df9647de8daadd4d37020aef0f4806207482)"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_clone's interface on network 0_6424036164612164775_default"
debug msg="RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[])"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_clone's interface on network 0_6424036164612164775_default"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_clone (330066be329a4ca08d47d5c3dac0df9647de8daadd4d37020aef0f4806207482)"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_clone (ffaa6260fdee0d5b0ed353dded67bd5e80e721ca36565dc42efc34f610a56ceb)"
debug msg="sandbox set key processing took 117.891688ms for container 0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523"
debug msg="libcontainerd: received containerd event: &types.Event{Type:\"start-container\", Id:\"0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523\", Status:0x0, Pid:\"\", Timestamp:(*timestamp.Timestamp)(0xc420e8fd70)}"
debug msg="libcontainerd: event unhandled: type:\"start-container\" id:\"0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523\" timestamp:<seconds:1521036682 nanos:818400407 > "
debug msg="Calling GET /v1.26/containers/0_6424036164612164775_clone/logs?follow=1&stderr=1&stdout=1&tail="
debug msg="logs: begin stream"
debug msg="Name To resolve: bitbucket.org.ops.svc.cluster.local."
debug msg="Query bitbucket.org.ops.svc.cluster.local.[1] from 172.18.0.2:53396, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org.ops.svc.cluster.local."
debug msg="Query bitbucket.org.ops.svc.cluster.local.[28] from 172.18.0.2:56855, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org.svc.cluster.local."
debug msg="Query bitbucket.org.svc.cluster.local.[1] from 172.18.0.2:36953, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org.svc.cluster.local."
debug msg="Query bitbucket.org.svc.cluster.local.[28] from 172.18.0.2:35262, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org.cluster.local."
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_clone/wait"
debug msg="Name To resolve: bitbucket.org.cluster.local."
debug msg="Query bitbucket.org.cluster.local.[1] from 172.18.0.2:38791, forwarding to udp:100.64.0.10"
debug msg="Query bitbucket.org.cluster.local.[28] from 172.18.0.2:37017, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org.ec2.internal."
debug msg="Name To resolve: bitbucket.org.ec2.internal."
debug msg="Query bitbucket.org.ec2.internal.[1] from 172.18.0.2:49167, forwarding to udp:100.64.0.10"
debug msg="Query bitbucket.org.ec2.internal.[28] from 172.18.0.2:51853, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org."
debug msg="Query bitbucket.org.[28] from 172.18.0.2:40799, forwarding to udp:100.64.0.10"
debug msg="Name To resolve: bitbucket.org."
debug msg="Query bitbucket.org.[1] from 172.18.0.2:54235, forwarding to udp:100.64.0.10"
debug msg="containerd: process exited" id=0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523 pid=init status=0 systemPid=154
debug msg="libcontainerd: received containerd event: &types.Event{Type:\"exit\", Id:\"0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523\", Status:0x0, Pid:\"init\", Timestamp:(*timestamp.Timestamp)(0xc420e752d0)}"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_clone (ffaa6260fdee0d5b0ed353dded67bd5e80e721ca36565dc42efc34f610a56ceb)"
debug msg="logs: end stream"
error msg="Error closing logger: invalid argument"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_clone (330066be329a4ca08d47d5c3dac0df9647de8daadd4d37020aef0f4806207482)"
debug msg="Releasing addresses for endpoint 0_6424036164612164775_clone's interface on network 0_6424036164612164775_default"
debug msg="ReleaseAddress(LocalDefault/172.18.0.0/16, 172.18.0.2)"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_clone (330066be329a4ca08d47d5c3dac0df9647de8daadd4d37020aef0f4806207482)"
debug msg="Releasing addresses for endpoint 0_6424036164612164775_clone's interface on network bridge"
debug msg="ReleaseAddress(LocalDefault/172.17.0.0/16, 172.17.0.2)"
debug msg="Calling GET /v1.26/containers/0_6424036164612164775_clone/json"
debug msg="Calling POST /v1.26/containers/create?name=0_6424036164612164775_step_0"
error msg="Handler for POST /v1.26/containers/create returned error: No such image: plugins/docker:latest"
debug msg="Calling POST /v1.26/images/create?fromImage=plugins%2Fdocker&tag=latest"
debug msg="Trying to pull plugins/docker from https://registry-1.docker.io v2"
debug msg="Pulling ref from V2 registry: plugins/docker:latest"
debug msg="pulling blob \"sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28\""
debug msg="pulling blob \"sha256:1a649ea86bcaa0acdca25d22520d9d7b6d6373c3e4a385a21b48c2757e8ec6ac\""
debug msg="pulling blob \"sha256:ce35f4d5f86ae68ae9e5cb6590ecdcca2ae5257cbedb85fe4bfd2efa05f73b2f\""
debug msg="Downloaded ce35f4d5f86a to tempfile /var/lib/docker/tmp/GetImageBlob082274425"
debug msg="pulling blob \"sha256:b6206661264b13cd55781f8d72e87dac4a18fa6a712b5bae924e27687214546f\""
debug msg="Downloaded 1a649ea86bca to tempfile /var/lib/docker/tmp/GetImageBlob530078978"
debug msg="pulling blob \"sha256:b8b71dba24d36787b78c71e16eeec00238f613506c782e701cbb93de54a1194a\""
debug msg="Downloaded b8b71dba24d3 to tempfile /var/lib/docker/tmp/GetImageBlob131461907"
debug msg="pulling blob \"sha256:3873004a68eeb9534774a8fef1a9300aabebc2843f5b7d4e9c067eda4ab6ba26\""
debug msg="Downloaded 3873004a68ee to tempfile /var/lib/docker/tmp/GetImageBlob859391318"
debug msg="pulling blob \"sha256:f4205b132661966c453fc62160d4e952bded5cb788db27bdf7cf81545c81a725\""
debug msg="Downloaded ff3a5c916c92 to tempfile /var/lib/docker/tmp/GetImageBlob672716911"
debug msg="pulling blob \"sha256:91a85eeeb2572e6d9a9b430028a0bd0a9ca474168a2a2f85544ef60d04fe1a7f\""
debug msg="Start untar layer"
debug msg="Downloaded b6206661264b to tempfile /var/lib/docker/tmp/GetImageBlob192978308"
debug msg="pulling blob \"sha256:93c96d032b32e2f8db15b2fa0729011c8b57ff6287cd7b7cdbd3e347ec901a88\""
debug msg="Downloaded 91a85eeeb257 to tempfile /var/lib/docker/tmp/GetImageBlob254797048"
debug msg="pulling blob \"sha256:bb761748d6e12eae9527ee97723b46285b5eb13cf387ce30a33c50f3f7484c0e\""
debug msg="Downloaded f4205b132661 to tempfile /var/lib/docker/tmp/GetImageBlob043394237"
debug msg="pulling blob \"sha256:0a22375fd12c7f03bd3bd686b07138a95e53600b7940bdfcf54da09ffb582f5a\""
debug msg="Downloaded 93c96d032b32 to tempfile /var/lib/docker/tmp/GetImageBlob799478506"
debug msg="Downloaded bb761748d6e1 to tempfile /var/lib/docker/tmp/GetImageBlob515645761"
debug msg="Downloaded 0a22375fd12c to tempfile /var/lib/docker/tmp/GetImageBlob844300716"
debug msg="Untar time: 0.594156974s"
debug msg="Applied tar sha256:cd7100a72410606589a54b932cabd804a17f9ae5b42a1882bd56d263e02b6215 to 68b9efc4d8c8ddfdd9f776803b855deea486eee097d12fa1af3cfe2285b38f1a, size: 4143449"
debug msg="Applied tar sha256:1ed7a5e2d1b39c343c5d78eb53a60949f3ddace917df1b56e9ee1ffc39a33fc1 to c721093a104e7628b6535b7f13a4aab678eaaba307351a286433263d398066b1, size: 538410"
debug msg="Applied tar sha256:b09386d6aa0f4107347e107e6187bde67ecf74b9f11d8692365bc2b0c8b1e0f6 to 2b04a88ce259b2bf5f3b812a6c4fac01171a019b6295dad1f6938d144238cf97, size: 17"
debug msg="Applied tar sha256:08d5dabfb40f1195dcfd8775ec4ae4f1b1f8aae52719911fdf10c970f792dd6b to e33946122cdda848e72760b1a6c960e4aa8b6f4b1d821c276277cd94ed9e1fd6, size: 109693792"
debug msg="Applied tar sha256:c9b8ec8c0bb98170db07337d1f6efd55565c0521108f641ba29706d9a93396a1 to 90761e11f8adb6017f03b2fd38b2e961428b3d7eb2ed4719b32d534eadc40d6e, size: 587"
debug msg="Applied tar sha256:8a79ac99b0a49d16a60601e56b9408a845a6a8a908b6382f2aa07ce5d16b225b to e919f42972462cbfeb30583977b65d54299dc1890d5fc7bf56c015729b205f1f, size: 933"
debug msg="Applied tar sha256:030b1b37b5451e2592fa975f52802801225f1ee2037a0b61fbe09f602ad54006 to 1b5ce3ceb5e0414c59919d9aa2676a0c97ffe7a52e7ded5fa9614815ad59ea8b, size: 11115324"
debug msg="Applied tar sha256:a6be646b27f09444452fef13688df8be0d4f87b9e14eb7b9adc6b37e2d68d1d1 to d20483a394ebefb8df5789be5f4281d9ec9f1f28bf0774a8acc4995708fdca04, size: 4903"
debug msg="Applied tar sha256:97b49b805bca0a4aae9b6f150275945b92b7c3ac455ddcb096b4db9e2eec4507 to 678e155db20d9dca83ef6e7128e1a9d22fe304d636e9518a010d96d1d3a64edf, size: 68190"
debug msg="Applied tar sha256:93ec9936d7f06540b168ab97181089b6af241149e231f98ebee47c3b4dd8958b to 52ccdbe06177d7e3b36c7087b98ec422b8cff2641f7083337cde0a0a5375018f, size: 457"
debug msg="Applied tar sha256:26a53ce03513736d42a963f1180e9709b005e0477505ed0828bf39803905c28b to 6fdf5c60ae21c41465dfbc5ea621b97174ff4ca71c4559d07fb2e4ccf7c7a590, size: 4130667"
debug msg="Calling POST /v1.26/containers/create?name=0_6424036164612164775_step_0"
debug msg="container mounted via layerStore: /var/lib/docker/overlay/421b72f1cbd14cf97ee783da6d9f960e6efe940b543b4bfeb8857598f803d853/merged"
debug msg="Probing all drivers for volume with name: 327af57240114b2e75c5071ebaaf2b48f9a2ce7bcaefeb674fd77ec54af67a07"
debug msg="Registering new volume reference: driver \"local\", name \"327af57240114b2e75c5071ebaaf2b48f9a2ce7bcaefeb674fd77ec54af67a07\""
debug msg="copying image data from 77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d:/drone, to 0_6424036164612164775_default"
debug msg="copying image data from 77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d:/var/lib/docker, to 327af57240114b2e75c5071ebaaf2b48f9a2ce7bcaefeb674fd77ec54af67a07"
debug msg="Calling POST /v1.26/networks/0_6424036164612164775_default/connect"
debug msg="form data: {\"Container\":\"0_6424036164612164775_step_0\",\"EndpointConfig\":{\"Aliases\":[\"build-vanilla-image\"],\"EndpointID\":\"\",\"Gateway\":\"\",\"GlobalIPv6Address\":\"\",\"GlobalIPv6PrefixLen\":0,\"IPAMConfig\":null,\"IPAddress\":\"\",\"IPPrefixLen\":0,\"IPv6Gateway\":\"\",\"Links\":null,\"MacAddress\":\"\",\"NetworkID\":\"\"}}"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_step_0/start"
debug msg="container mounted via layerStore: /var/lib/docker/overlay/421b72f1cbd14cf97ee783da6d9f960e6efe940b543b4bfeb8857598f803d853/merged"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_step_0's interface on network bridge"
debug msg="RequestAddress(LocalDefault/172.17.0.0/16, <nil>, map[])"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_step_0's interface on network bridge"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_step_0 (916882334f1f4443bd4aa1cbb0bc99e8cd4f4165afa797961039b85d59dd4958)"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_step_0's interface on network 0_6424036164612164775_default"
debug msg="RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[])"
debug msg="Assigning addresses for endpoint 0_6424036164612164775_step_0's interface on network 0_6424036164612164775_default"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_step_0 (916882334f1f4443bd4aa1cbb0bc99e8cd4f4165afa797961039b85d59dd4958)"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_step_0 (35b3c644dc1bfc9b6ee4a7cb3ca4c705553efb10a237fdc427cb1094479a7dcd)"
debug msg="sandbox set key processing took 121.162972ms for container 77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d"
debug msg="libcontainerd: received containerd event: &types.Event{Type:\"start-container\", Id:\"77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d\", Status:0x0, Pid:\"\", Timestamp:(*timestamp.Timestamp)(0xc42116b7e0)}"
debug msg="libcontainerd: event unhandled: type:\"start-container\" id:\"77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d\" timestamp:<seconds:1521036690 nanos:477606706 > "
debug msg="Calling GET /v1.26/containers/0_6424036164612164775_step_0/logs?follow=1&stderr=1&stdout=1&tail="
debug msg="logs: begin stream"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_step_0/wait"
debug msg="containerd: process exited" id=77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d pid=init status=1 systemPid=338
debug msg="libcontainerd: received containerd event: &types.Event{Type:\"exit\", Id:\"77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d\", Status:0x1, Pid:\"init\", Timestamp:(*timestamp.Timestamp)(0xc4207a9c10)}"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_step_0 (35b3c644dc1bfc9b6ee4a7cb3ca4c705553efb10a237fdc427cb1094479a7dcd)"
debug msg="logs: end stream"
error msg="Error closing logger: invalid argument"
debug msg="Programming external connectivity on endpoint 0_6424036164612164775_step_0 (916882334f1f4443bd4aa1cbb0bc99e8cd4f4165afa797961039b85d59dd4958)"
debug msg="Releasing addresses for endpoint 0_6424036164612164775_step_0's interface on network 0_6424036164612164775_default"
debug msg="ReleaseAddress(LocalDefault/172.18.0.0/16, 172.18.0.2)"
debug msg="Revoking external connectivity on endpoint 0_6424036164612164775_step_0 (916882334f1f4443bd4aa1cbb0bc99e8cd4f4165afa797961039b85d59dd4958)"
debug msg="Releasing addresses for endpoint 0_6424036164612164775_step_0's interface on network bridge"
debug msg="ReleaseAddress(LocalDefault/172.17.0.0/16, 172.17.0.2)"
debug msg="Calling GET /v1.26/containers/0_6424036164612164775_step_0/json"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_clone/kill?signal=9"
error msg="Handler for POST /v1.26/containers/0_6424036164612164775_clone/kill returned error: Cannot kill container 0_6424036164612164775_clone: Container 0c519f446c19bf5a05dfabd59fef6d328e1e380b3e694923e868e12038964523 is not running"
debug msg="Calling DELETE /v1.26/containers/0_6424036164612164775_clone?v=1"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_step_0/kill?signal=9"
error msg="Handler for POST /v1.26/containers/0_6424036164612164775_step_0/kill returned error: Cannot kill container 0_6424036164612164775_step_0: Container 77b83112db408c676a45b953f1a1927cd18314a5745ebf487309f8589793965d is not running"
debug msg="Calling DELETE /v1.26/containers/0_6424036164612164775_step_0?v=1"
debug msg="Removing volume reference: driver local, name 327af57240114b2e75c5071ebaaf2b48f9a2ce7bcaefeb674fd77ec54af67a07"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_step_1/kill?signal=9"
error msg="Handler for POST /v1.26/containers/0_6424036164612164775_step_1/kill returned error: Cannot kill container 0_6424036164612164775_step_1: No such container: 0_6424036164612164775_step_1"
debug msg="Calling DELETE /v1.26/containers/0_6424036164612164775_step_1?v=1"
error msg="Handler for DELETE /v1.26/containers/0_6424036164612164775_step_1 returned error: No such container: 0_6424036164612164775_step_1"
debug msg="Calling POST /v1.26/containers/0_6424036164612164775_step_2/kill?signal=9"
error msg="Handler for POST /v1.26/containers/0_6424036164612164775_step_2/kill returned error: Cannot kill container 0_6424036164612164775_step_2: No such container: 0_6424036164612164775_step_2"
debug msg="Calling DELETE /v1.26/containers/0_6424036164612164775_step_2?v=1"
error msg="Handler for DELETE /v1.26/containers/0_6424036164612164775_step_2 returned error: No such container: 0_6424036164612164775_step_2"
debug msg="Calling DELETE /v1.26/volumes/0_6424036164612164775_default?force=1"
debug msg="Removing volume reference: driver local, name 0_6424036164612164775_default"
debug msg="Calling DELETE /v1.26/networks/0_6424036164612164775_default"
debug msg="/sbin/iptables, [--wait -t nat -C POSTROUTING -s 172.18.0.0/16 ! -o br-c7765c6c80c1 -j MASQUERADE]"
debug msg="/sbin/iptables, [--wait -t nat -D POSTROUTING -s 172.18.0.0/16 ! -o br-c7765c6c80c1 -j MASQUERADE]"
debug msg="/sbin/iptables, [--wait -t nat -C DOCKER -i br-c7765c6c80c1 -j RETURN]"
debug msg="/sbin/iptables, [--wait -t nat -D DOCKER -i br-c7765c6c80c1 -j RETURN]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -i br-c7765c6c80c1 -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -D FORWARD -i br-c7765c6c80c1 -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -i br-c7765c6c80c1 ! -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -D FORWARD -i br-c7765c6c80c1 ! -o br-c7765c6c80c1 -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -o br-c7765c6c80c1 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -D FORWARD -o br-c7765c6c80c1 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -o br-c7765c6c80c1 -j DOCKER]"
debug msg="/sbin/iptables, [--wait -t filter -C FORWARD -o br-c7765c6c80c1 -j DOCKER]"
debug msg="/sbin/iptables, [--wait -D FORWARD -o br-c7765c6c80c1 -j DOCKER]"
debug msg="/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION -i br-c7765c6c80c1 -o docker0 -j DROP]"
debug msg="/sbin/iptables, [--wait -D DOCKER-ISOLATION -i br-c7765c6c80c1 -o docker0 -j DROP]"
debug msg="/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION -i docker0 -o br-c7765c6c80c1 -j DROP]"
debug msg="/sbin/iptables, [--wait -D DOCKER-ISOLATION -i docker0 -o br-c7765c6c80c1 -j DROP]"
debug msg="releasing IPv4 pools from network 0_6424036164612164775_default (c7765c6c80c1c64b7d3fadba9e17ce661c1863119f2e4aad7d4929456b11ea06)"
debug msg="ReleaseAddress(LocalDefault/172.18.0.0/16, 172.18.0.1)"
debug msg="ReleasePool(LocalDefault/172.18.0.0/16)"