Natanael Copa

Results 97 comments of Natanael Copa

Works with latest alpine:edge for me: ``` $ docker run --rm --network mynet alpine:edge nslookup website Server: 127.0.0.11 Address: 127.0.0.11:53 Non-authoritative answer: Non-authoritative answer: Name: website Address: 172.19.0.2 ```

> As you can see, "Ping" can resolve trhe name just fine, nslookup without appended dot fails. Also see content of resolv.conf @jgoeres can you please test with latest `edge`...

Does this work with ubuntu or debian? I remember having problems with mounting nfs inside containers before. Does `dmesg` give any hints? One workaound might be to mount the nfs...

I cannot reproduce. ``` ncopa-desktop:~$ docker run --rm -it alpine:3.12 / # apk add --no-cache openssl fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/1) Installing openssl (1.1.1g-r0) Executing busybox-1.31.1-r16.trigger OK: 6 MiB in...

`foo.bar` is not a valid variable name in POSIX shell. If it worked in alpine 3.5, then that was unintentional.

we should make upstream minirootfs images for edge too

I haven't digged deep into this so I am making some qualified guesses based on this comment: https://github.com/Blizzard/node-rdkafka/issues/649#issuecomment-516753963 I believe `node:8.16-alpine` builds node with upstream defaults, which bundles openssl. The...

It is technically correct behavior. POSIX specifies that an argument to iconv_open containing / is to be treated as a pathname to a charmap file. Explained in a related issue:...

Yes, this was intentional because many applications are now using `/run` instead of `/var/run` to comply with [FHS 3.0](http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s15.html). Accordin FHS 3.0, it is perfectly [valid](http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html) to implement `/var/run` as...

Is there any way to reproduce this without using kubernetes? Alternatively, does anyone have a tcpdump trace that shows exactly what is going on?