294 B
294 B
docker-hello-world
This repository publishes git.wolves.top/public/hello-world:latest as a
single multi-architecture image with these platforms:
linux/amd64linux/arm64
Local test
docker build -t hello-world:local .
docker run --rm -p 8080:8080 hello-world:local