Skip to content
#

docker-registry

Here are 351 public repositories matching this topic...

xlyoung
xlyoung commented Oct 24, 2017

通过了CSR认证,却没有获取到nodes的信息

[root@k8s-01 ssl]# kubectl get csr
NAME AGE REQUESTOR CONDITION
csr-b0gpz 6m kubelet-bootstrap Pending
csr-swnf0 27m kubelet-bootstrap Pending
[root@k8s-01 ssl]# kubectl certificate approve csr-b0gpz csr-swnf0
certificatesigningrequest "csr-b0gpz" approved
certificatesigningrequest "csr-swnf0" approved
[root@k8s-01 ssl]

glennsarti
glennsarti commented Jan 8, 2019

Unfortunately the installation instructions in the release notes for Windows will never work as it appears it's just a copy-n-paste from the linux/mac instructions.

As a windows user
I would like to install reg
On a Windows platform

Note - the windows binaries in the releases are actual windows executables so WSL is not really an option


Also, this tool installs as reg.exe which

nabadger
nabadger commented Nov 22, 2018

Should we look at using something like https://github.com/spf13/viper

One of the issues I keep having is trying to remember the environment vars that klar supports ;)

Something like viper would support command line flags, environment vars, config files, and would also be self-documenting (via --help).

Good idea?

evanye
evanye commented Jan 11, 2019

I'm interesting in using the fast puller to download docker images from remote repositories to the local machine's docker daemon. I'm interesting in streaming the download into the docker daemon as fast as possible. I was hoping for an example to use something like https://github.com/bazelbuild/rules_docker/blob/master/container/incremental_load.sh.tpl in order to do so. Do you have anything simil

ixmatus
ixmatus commented Apr 29, 2018

docker2nix currently only accepts a manifest on stdin or as a filesystem path via --manifest. Which works nicely if you have fetch and store the registry manifest separately from generating the Nix code but we can also make this easier to use by making both of those inputs optional and fetching the manifest for the user if they don't provide a manifest.

Improve this page

Add a description, image, and links to the docker-registry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docker-registry topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.