Tianyang
Tianyang
> go-graphviz is cgo project. So `CGO_ENABLED=1` value always required to build . If you want to build static binary, specify `--ldflags '-extldflags "-static"'` instead of `CGO_ENABLED=0` Can we have...
/assign 🙋♂️
After thinking a little about this behavior, I'm not sure if we need to keep the same as `docker` Because in nerdctl the IP is allocated/released by `host-local` `IPAM` by...
> I haven't confirmed the implementation of host-local, but in fact the IP doesn't seem to be released It will release after `nerdctl rm `. As `opts.cni.Remove` called on https://github.com/opencontainers/runtime-spec/blob/main/config.md#poststop...
I pulled a list of images from some of most pulled using docker hub API: ``` curl -s "https://hub.docker.com/v2/repositories/library/?page=1&page_size=100" | jq '.results | .[] | .name' ``` some of them...
I can take the journald driver job😃