
mogeko/vlmcsd. These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
| Parameter | Function |
|---|---|
-p 1688 | tcp connection port |
"Distroless" container image is an application-centered OCI container image launched by Google for the Kubernetes project. It contain only your application and its runtime dependencies. They do NOT contain package managers, shells or any other programs you would expect to find in a standard Linux distribution (Your application will be the only executable program in the entire container image).
Compared with the traditional complete Debian container image, Distroless has an unparalleled size advantage, its minimum is only 2MB, less than 2% of the Debian (124MB). Compared with Alpine Linux, it has a smaller *** surface and better compatibility (based on Debian and glibc).
| Image | Size | rootless? | shell? | package-manager? | other programs? | C library |
|---|---|---|---|---|---|---|
| distroless | 12.6MB | support | :x: | :x: | :x: | glibc |
| debian | 118MB | support? | bash | apt-get | :white_check_mark: | glibc |
| alpine | 7.51MB | support? | bash | apk | :white_check_mark: | musl |
As for Buildah. It is a container mirror compilation engine launched by Red Hat. Its biggest selling point is that it allows you to create a container images in a completely unprivileged environment, that is "rootless". With the help of Buildah, we were able to put the entire life cycle of the container's compilation and operation in the user namespace. So as to protect our digital security.
<[***]>
<[***]>
The code in this project is released under the MIT License.






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务