cert-bootstrapper

时间:2024-04-08 11:40:14
【文件属性】:

文件名称:cert-bootstrapper

文件大小:41KB

文件格式:ZIP

更新时间:2024-04-08 11:40:14

Go

证书引导程序 证书引导程序将监视新的Docker容器,然后使用自定义CA证书引导它们。 入门 有关如何在Linux和Windows上入门的说明,请参见下文。 Linux 您可以按以下方式运行证书引导程序: docker run -d --restart unless-stopped \ -v /var/run.docker.sock:/var/run/docker.sock \ -v /path/to/my_cert/my_cert.pem:/ssl/cert.pem \ wyarde/cert-bootstrapper 视窗 在Windows上运行Linux容器仍然需要一些技巧。 警告:以下技巧包括将docker守护进程附加到docker nat接口,这意味着任何容器都可以访问它。如果您知道自己在做什么并且仍然想要继续,请按照以下步骤操作: 获取docker nat界面的I


【文件预览】:
cert-bootstrapper-master
----Dockerfile.agent(1KB)
----.gitignore(4B)
----go.mod(869B)
----Makefile(617B)
----.dockerignore(8B)
----LICENSE(1KB)
----go.sum(83KB)
----.github()
--------workflows()
----README.md(2KB)
----Dockerfile.cert-bootstrapper(1KB)
----.vscode()
--------launch.json(391B)
----cmd()
--------cert-bootstrapper()
--------agent()

网友评论