snowdreamtech/helloworldHelloWorld Docker镜像是用于打包和运行基础HelloWorld应用的容器化解决方案,支持多种架构平台,包括amd64、arm32v5、arm32v6、arm32v7、arm64v8、i386、mips64le、ppc64le、riscv64和s390x,可满足不同硬件环境的部署需求。
以下提供Docker命令行和Docker Compose两种部署方式,包含简单配置和高级配置示例。
bashdocker run -d \ --name=base \ -e TZ=Asia/Shanghai \ --restart unless-stopped \ snowdreamtech/helloworld:latest
bashdocker run -d \ --name=base \ -e TZ=Asia/Shanghai \ -v /path/to/data:/path/to/data \ --restart unless-stopped \ snowdreamtech/helloworld:latest
yamlservices: base: image: snowdreamtech/helloworld:latest container_name: base environment: - TZ=Asia/Shanghai restart: unless-stopped
yamlservices: base: image: snowdreamtech/helloworld:latest container_name: base environment: - TZ=Asia/Shanghai volumes: - /path/to/data:/path/to/data restart: unless-stopped
如需构建多平台镜像,可使用以下命令:
bashdocker buildx create --use --name build --node build --driver-opt network=host docker buildx build -t snowdreamtech/helloworld --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x . --push
本项目采用MIT许可证。

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